nestjs-testing:NestJS测试示例集合

时间:2024-05-22 10:20:00
【文件属性】:

文件名称:nestjs-testing:NestJS测试示例集合

文件大小:73KB

文件格式:ZIP

更新时间:2024-05-22 10:20:00

TypeScript

一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序,受到极大启发。 描述 框架TypeScript入门资料库。 安装 $ npm install 运行应用 # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod 测试 # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov 支持 Nest是MIT许可的开源项目。 得益于赞助商和出色支持者的支持,它可以发展壮大。 如果您想加入他们,请在此处阅读更多内容。 保持联系 作者-KamilMyśliwiec 网站-https: //nestjs.com T


【文件预览】:
nestjs-testing-master
----.gitignore(375B)
----package.json(2KB)
----tslint.json(426B)
----package-lock.json(288KB)
----src()
--------app.module.ts(339B)
--------student.service.ts(704B)
--------main.ts(208B)
--------api.service.ts(451B)
--------app.controller.ts(572B)
--------test()
----tsconfig.json(325B)
----README.md(3KB)
----tsconfig.build.json(97B)
----nodemon.json(67B)
----nodemon-debug.json(163B)
----.prettierrc(51B)
----nest-cli.json(84B)

网友评论