Skip to content

Commit

Permalink
fix: use only two workers when running tests with jest
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDepuydt committed May 14, 2019
1 parent 3c1fa6e commit 7cb8fbc
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 @@ -9,7 +9,7 @@
"pretest": "npm run bootstrap",
"release": "npm test && lerna run build --scope botfuel-dialog && lerna publish --conventional-commits --changelog-preset=angular",
"unit-test": "BOTFUEL_APP_TOKEN=TEST_BOT BOTFUEL_APP_ID=TEST_BOT BOTFUEL_APP_KEY=TEST_BOT jest packages/botfuel-dialog",
"test": "jest --forceExit"
"test": "jest --forceExit --maxWorkers=2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit 7cb8fbc

Please sign in to comment.