File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 "start:debug" : " yarn start --debug --watch" ,
1818 "start:dev" : " yarn start --watch" ,
1919 "start:prod" : " node dist/main" ,
20- "test" : " jest --detectOpenHandles --forceExit " ,
20+ "test" : " jest --detectOpenHandles" ,
2121 "test:cov" : " jest --coverage" ,
2222 "test:debug" : " node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand" ,
2323 "test:e2e" : " jest --config ./test/jest-e2e.json" ,
Original file line number Diff line number Diff line change 1717 "start:debug" : " yarn start --debug --watch" ,
1818 "start:dev" : " yarn start --watch" ,
1919 "start:prod" : " node dist/main" ,
20- "test" : " jest --detectOpenHandles --forceExit " ,
20+ "test" : " jest --detectOpenHandles" ,
2121 "test:cov" : " jest --coverage" ,
2222 "test:debug" : " node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand" ,
2323 "test:e2e" : " jest --config ./test/jest-e2e.json" ,
Original file line number Diff line number Diff line change 1414 "prestart" : " yarn download-models" ,
1515 "prebuild" : " yarn download-models" ,
1616 "start" : " next start" ,
17- "test" : " jest --detectOpenHandles --forceExit " ,
17+ "test" : " jest --detectOpenHandles" ,
1818 "test:watch" : " jest --watch" ,
1919 "test:coverage" : " jest --coverage"
2020 },
You can’t perform that action at this time.
0 commit comments