File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 29
29
"start:prod" : " cross-env NODE_ENV=production node dist/src/main" ,
30
30
"test" : " cross-env NODE_ENV=test ./node_modules/.bin/jest" ,
31
31
"test:watch" : " cross-env NODE_ENV=test jest --watch -w 1" ,
32
- "test:cov" : " cross-env NODE_ENV=test cross-env RI_STDOUT_LOGS=false ./node_modules/.bin/jest --testLocationInResults --json --outputFile=\" report/coverage/report.json\" --forceExit --coverage" ,
32
+ "test:cov" : " cross-env NODE_ENV=test cross-env RI_STDOUT_LOGS=false ./node_modules/.bin/jest --testLocationInResults --json --outputFile=\" report/coverage/report.json\" --forceExit --coverage --maxWorkers=100% " ,
33
33
"test:debug" : " node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand -w 1" ,
34
34
"test:e2e" : " jest --config ./test/jest-e2e.json -w 1" ,
35
35
"typeorm" : " ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js -d ./config/ormconfig.ts" ,
You can’t perform that action at this time.
0 commit comments