|
|
1 жил өмнө | |
|---|---|---|
| .. | ||
| unit | 1 жил өмнө | |
| README.md | 1 жил өмнө | |
| index.test.ts | 1 жил өмнө | |
[TOC]
- unit // 单元测试文件夹
- collection.test.ts // 集合模块
- db.test.test.ts // 数据库模块
- document.test.ts // 文档模块
- mock.ts // 模拟数据
- util.test.ts // 工具模块
- validate.test.ts // 校验模块
- index.test.ts // 集成测试
具体用法可以参考index.test.ts