File tree Expand file tree Collapse file tree 2 files changed +1305
-2141
lines changed Expand file tree Collapse file tree 2 files changed +1305
-2141
lines changed Original file line number Diff line number Diff line change 2525 "build:types" : " tsc --emitDeclarationOnly" ,
2626 "check-types" : " tsc --noEmit" ,
2727 "release" : " yarn test && yarn build && release-it" ,
28- "test" : " jest" ,
28+ "test" : " jest --forceExit " ,
2929 "test:dev" : " jest --watch" ,
30- "test:ci" : " jest --ci --runInBand --coverage"
30+ "test:ci" : " jest --ci --runInBand --coverage --forceExit "
3131 },
3232 "husky" : {
3333 "hooks" : {
6565 "@babel/types" : " ^7.6.3" ,
6666 "@favoloso/conventional-changelog-emoji" : " ^0.10.0" ,
6767 "@release-it/conventional-changelog" : " ^1.1.0" ,
68- "@types/jest" : " ^24.0.19 " ,
68+ "@types/jest" : " ^27.4.1 " ,
6969 "babel-test" : " ^0.2.3" ,
7070 "conventional-changelog-cli" : " ^2.0.25" ,
7171 "husky" : " ^4.2.3" ,
72- "jest" : " ^24.9.0 " ,
73- "jest-file-snapshot" : " ^0.3.7 " ,
72+ "jest" : " ^27.5.1 " ,
73+ "jest-file-snapshot" : " ^0.5.0 " ,
7474 "release-it" : " 13.7.1" ,
7575 "rimraf" : " ^3.0.2" ,
7676 "typescript" : " ^3.6.4"
9090 "optional" : true
9191 }
9292 }
93- }
93+ }
You can’t perform that action at this time.
0 commit comments