typeorm mock unit testing example:示例如何使用Mocha和Jest模拟您的出色单元测试的TypeORM数据库连接 源码
Jest和Mocha的TypeORM模拟单元测试示例 示例如何在Mocha和Jest的模拟单元测试中模拟TypeORM。 这是一个简单的express服务器 用法 测验 运行摩卡单元测试 npm ci npm run test:mocha 运行Jest单元测试 npm run test:jest 运行e2e测试 docker-compose up -d npm run test:e2e 发展历程 更改后运行快递服务器 npm start 构建快递服务器 npm run build 例 源代码 class PostService { public getById ( id : numb
文件列表
typeorm-mock-unit-testing-example-master.zip
(预估有个32文件)
typeorm-mock-unit-testing-example-master
jest.e2e.config.js
263B
src
services
index.ts
30B
postService.ts
3KB
startServer.ts
1KB
index.ts
55B
entities
Image.ts
319B
暂无评论