File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments