Skip to content

Commit af659d1

Browse files
author
roman.vasilev
committed
test: Added passWithNoTests option
1 parent 6370585 commit af659d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
},
1616
"scripts": {
1717
"test": "npm run eslint && npm run tscheck && npm run test:cov && npm run typecov",
18-
"test:r": "jest --runInBand --verbose",
19-
"test:w": "jest --runInBand --watch",
18+
"test:r": "jest --passWithNoTests --runInBand --verbose",
19+
"test:w": "jest --passWithNoTests --runInBand --watch",
2020
"test:cov": "npm run test:r -- --collectCoverage",
21-
"test:d": "node --inspect-brk node_modules/jest/bin/jest.js --runInBand --testMatch \"<rootDir>/src/**/*.spec.ts\"",
21+
"test:d": "node --inspect-brk node_modules/jest/bin/jest.js --passWithNoTests --runInBand --testMatch \"<rootDir>/src/**/*.spec.ts\"",
2222
"typecov": "type-coverage --detail",
2323
"tscheck": "echo tscheck... && tsc --noEmit",
2424
"tscheck:w": "npm run tscheck -- --watch",

0 commit comments

Comments
 (0)