Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
test: πŸ’ limit Jest worker count
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed May 16, 2020
1 parent 8cb2826 commit 95a7830
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 @@ -21,7 +21,7 @@
"build:cz": "browserify --node -o dist/cz.js --standalone prompter lib/cz.js",
"build:readme": "mmarkdown",
"build:binaries": "mkdirp binaries && pkg lib/cli.js --out-path binaries",
"test": "jest",
"test": "jest --maxWorkers 2",
"test:dev": "jest --watch",
"test:coverage":"jest --coverage",
"release": "semantic-release",
Expand Down

0 comments on commit 95a7830

Please sign in to comment.