Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
speedup jest performance see jestjs/jest#7963 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-seyam committed Apr 21, 2021
1 parent 3cab21d commit b629d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"dev_docker": "npx tsc && ef-tspm && nodemon",
"tsc": "tsc && ef-tspm",
"clean": "rm -rf ./build",
"test": "jest",
"test": "jest --verbose --runInBand",
"test:watch": "jest --watch",
"typeorm": "ts-node -r tsconfig-paths/register ./node_modules/.bin/typeorm",
"typeorm:sync": "npm run typeorm schema:sync"
Expand Down

0 comments on commit b629d08

Please sign in to comment.