File tree Expand file tree Collapse file tree 8 files changed +8
-7
lines changed
Expand file tree Collapse file tree 8 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1515 "lint" : " eslint \" **/*.js\" \" **/*.ts\" " ,
1616 "precommit" : " lint-staged" ,
1717 "release" : " repo-cooker --release" ,
18- "test" : " repo-cooker test"
18+ "test" : " repo-cooker test --no-parallel "
1919 },
2020 "repository" : {
2121 "type" : " git" ,
Original file line number Diff line number Diff line change 1414 "build:es" : " tsc --outDir es --module es2015" ,
1515 "clean" : " rimraf es lib coverage" ,
1616 "typecheck" : " tsc --noEmit" ,
17- "test" : " jest" ,
17+ "test" : " jest --runInBand " ,
1818 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1919 "prebuild" : " npm run clean" ,
2020 "postbuild" : " rimraf {lib,es}/**/__tests__" ,
Original file line number Diff line number Diff line change 1212 "start" : " concurrently \" electron ./backend/main\" \" webpack-dev-server --port 3000\" " ,
1313 "build" : " webpack" ,
1414 "typecheck" : " tsc --noEmit" ,
15- "test" : " jest" ,
15+ "test" : " jest --runInBand " ,
1616 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1717 "prepare" : " npm run build" ,
1818 "posttest" : " npm run typecheck"
Original file line number Diff line number Diff line change 1414 "build:es" : " tsc --outDir es --module es2015" ,
1515 "clean" : " rimraf es lib coverage" ,
1616 "typecheck" : " tsc --noEmit" ,
17- "test" : " jest" ,
17+ "test" : " jest --runInBand " ,
1818 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1919 "prebuild" : " npm run clean" ,
2020 "postbuild" : " rimraf {lib,es}/**/__tests__" ,
Original file line number Diff line number Diff line change 1414 "build:es" : " tsc --outDir es --module es2015" ,
1515 "clean" : " rimraf es lib coverage" ,
1616 "typecheck" : " tsc --noEmit" ,
17- "test" : " jest" ,
17+ "test" : " jest --runInBand " ,
1818 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1919 "prebuild" : " npm run clean" ,
2020 "postbuild" : " rimraf {lib,es}/**/__tests__" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ module.exports = {
77 } ,
88 testRegex : '\\.test\\.tsx?$' ,
99 testPathIgnorePatterns : [
10+ '/coverage/' ,
1011 '/dist/' ,
1112 '/es/' ,
1213 '/lib/' ,
Original file line number Diff line number Diff line change 1414 "build:es" : " tsc --outDir es --module es2015" ,
1515 "clean" : " rimraf es lib coverage" ,
1616 "typecheck" : " tsc --noEmit" ,
17- "test" : " jest" ,
17+ "test" : " jest --runInBand " ,
1818 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1919 "prebuild" : " npm run clean" ,
2020 "postbuild" : " rimraf {lib,es}/**/__tests__" ,
Original file line number Diff line number Diff line change 1111 "build:es" : " tsc --outDir es --module es2015" ,
1212 "clean" : " rimraf es lib coverage" ,
1313 "typecheck" : " tsc --noEmit" ,
14- "test" : " jest" ,
14+ "test" : " jest --runInBand " ,
1515 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1616 "prebuild" : " npm run clean" ,
1717 "postbuild" : " rimraf {lib,es}/**/__tests__" ,
You can’t perform that action at this time.
0 commit comments