We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2813b31 commit 1b0ddd1Copy full SHA for 1b0ddd1
package.json
@@ -18,7 +18,7 @@
18
"test:watch": "jest --watch",
19
"test:cov": "jest --coverage",
20
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
21
- "test:e2e": "jest --config ./test/jest-e2e.json",
+ "test:e2e": "jest --config ./test/jest-e2e.json"
22
},
23
"dependencies": {
24
"@nestjs/common": "^7.0.0",
0 commit comments