|
3 年之前 | |
---|---|---|
.. | ||
unit | 3 年之前 | |
README.md | 3 年之前 | |
index.test.ts | 3 年之前 |
[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