1 Star 0 Fork 0

Neighbor.wang/nodejs-integration-tests-best-practices

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.20 KB
一键复制 编辑 原始数据 按行查看 历史
Yoni Goldberg 提交于 2023-01-17 15:26 . Minor fixes to MQ test
{
"name": "integration-test-a-z",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "jest",
"test:dev": "jest --watch --silent --runInBand",
"test:dev:debug": "node --inspect=9229 node_modules/.bin/jest --watch --runInBand",
"test:nestjs": "jest --config='./recipes/nestjs/ts-jest.config.js'",
"test:dev:verbose": "jest --watch --verbose",
"test:mocha": "mocha recipes/mocha/basic-tests.test.js --exit --require recipes/mocha/hooks.js",
"lint": "eslint .",
"db:migrate": "cd example-application/data-access && sequelize-cli db:migrate",
"db:seed": "cd example-application/data-access && sequelize-cli db:seed:all"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-sqs": "^3.245.0",
"@nestjs/common": "^9.2.1",
"@nestjs/core": "^9.2.1",
"@nestjs/platform-express": "^9.2.1",
"@pulumi/pulumi": "^3.51.1",
"@pulumi/rabbitmq": "^3.1.0",
"@types/amqplib": "^0.10.1",
"@types/aws-sdk": "^2.7.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/nock": "^11.1.0",
"amqplib": "^0.10.3",
"axios": "^1.2.2",
"axios-retry": "^3.3.1",
"body-parser": "^1.20.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"pg": "^8.8.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"sequelize": "^6.28.0"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/chai-subset": "^1.3.3",
"@types/jest": "^29.2.5",
"@types/mocha": "^10.0.1",
"aws-sdk-client-mock": "^2.0.1",
"chai": "^4.3.7",
"chai-subset": "^1.6.0",
"docker-compose": "^0.23.17",
"eslint": "^8.32.0",
"is-ci": "^3.0.1",
"is-port-reachable": "^3.1.0",
"jest": "^29.3.1",
"jest-openapi": "^0.14.2",
"jest-silent-reporter": "^0.5.0",
"jest-watch-master": "^1.0.0",
"jest-watch-repeat": "^2.0.0",
"jest-watch-suspend": "^1.1.2",
"jest-watch-toggle-config": "^2.0.1",
"jest-watch-typeahead": "^2.2.1",
"mocha": "^10.2.0",
"nock": "^13.3.0",
"node-notifier": "^10.0.1",
"npm-check-updates": "^16.6.2",
"prettier": "2.8.3",
"sequelize-cli": "^6.5.2",
"sinon": "^15.0.1",
"ts-jest": "^29.0.5",
"typescript": "^4.9.4",
"umzug": "^3.2.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tmhulw/nodejs-integration-tests-best-practices.git
git@gitee.com:tmhulw/nodejs-integration-tests-best-practices.git
tmhulw
nodejs-integration-tests-best-practices
nodejs-integration-tests-best-practices
master

搜索帮助