Skip to content

Commit

Permalink
tests: add maxWorker option to Jest so it doesn't just break on some …
Browse files Browse the repository at this point in the history
…linux PC for some reasons
  • Loading branch information
peaBerberian committed Aug 24, 2023
1 parent e8bf1ab commit 33df454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"test:integration:firefox:watch": "node tests/integration/run.js --bfirefox --watch",
"test:memory": "node tests/memory/run.js --bchromehl",
"test:memory:chrome:watch": "node tests/memory/run.js --bchrome --watch",
"test:unit": "jest",
"test:unit": "jest --maxWorkers=5",
"test:unit:coverage": "jest --coverage",
"update-version": "npm run version --git-tag-version=false",
"version": "./scripts/update-version"
Expand Down

0 comments on commit 33df454

Please sign in to comment.