Skip to content

Commit

Permalink
Disable Jest workers for debugging
Browse files Browse the repository at this point in the history
Force Jest to run all tests serially to debug process hanging.
  • Loading branch information
hwillson committed Aug 5, 2022
1 parent 7c3c712 commit c377515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"test:ci": "npm run test:coverage && npm run test:memory",
"test:watch": "jest --config ./config/jest.config.js --watch",
"test:memory": "cd scripts/memory && npm i && npm test",
"test:coverage": "npm run coverage -- --ci --maxWorkers=2 --reporters=default --reporters=jest-junit",
"test:coverage": "npm run coverage -- --ci --runInBand --reporters=default --reporters=jest-junit",
"coverage": "jest --config ./config/jest.config.js --verbose --coverage",
"bundlesize": "npm run build && bundlesize",
"predeploy": "npm run build",
Expand Down

0 comments on commit c377515

Please sign in to comment.