Skip to content

Commit

Permalink
enable maxWorkers jest
Browse files Browse the repository at this point in the history
  • Loading branch information
toonvanstrijp committed Jul 23, 2020
1 parent dc30f59 commit 3edaf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"build": "yarn tsc",
"setup": "./pbjs.sh && ./integration/pbjs.sh && ./integration/update-bins.sh && ./integration/codegen.sh",
"test": "yarn jest -c jest.config.js",
"test": "yarn jest -c jest.config.js --maxWorkers=2",
"prettier": "prettier --write {src,tests}/**/*.ts",
"prettier:check": "prettier --list-different {src,tests}/**/*.ts"
},
Expand Down

0 comments on commit 3edaf22

Please sign in to comment.