Skip to content

Commit feadfd2

Browse files
committed
reverted changes related to tests
1 parent 9b5923d commit feadfd2

File tree

6 files changed

+4
-5
lines changed

6 files changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"start:debug": "nest start --debug --watch",
1515
"start:prod": "node dist/main",
1616
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
17-
"test": "jest --rootDir ./src",
18-
"test:watch": "jest --rootDir ./src --watch",
19-
"test:cov": "jest --rootDir ./src --coverage",
20-
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand --rootDir ./src",
17+
"test": "jest",
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",
2121
"test:e2e": "jest --config ./test/jest-e2e.json"
2222
},
2323
"dependencies": {
@@ -94,7 +94,6 @@
9494
"ts"
9595
],
9696
"rootDir": "./",
97-
"testTimeout": 30000,
9897
"testRegex": ".spec.ts$",
9998
"transform": {
10099
"^.+\\.(t|j)s$": "ts-jest"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)