Skip to content

Commit

Permalink
chore(jest): reduce number of workers
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Jun 24, 2020
1 parent f2e00b6 commit 83b5cd2
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 @@ -23,7 +23,7 @@
"eslint": "eslint --ignore-path .gitignore packages",
"lint": "npm run eslint || true",
"pretest": "npm run build && npm run eslint",
"test": "jest --maxWorkers=4",
"test": "jest --maxWorkers=2",
"posttest": "npm run clean:coverage",
"clean:build": "rimraf packages/*/lib",
"clean:coverage": "rimraf tests/tmp/*.{js,js.map,css,html}",
Expand Down

0 comments on commit 83b5cd2

Please sign in to comment.