Skip to content

Commit

Permalink
Merge pull request #735 from MetaPhase-Consulting/chore/circleci-jest…
Browse files Browse the repository at this point in the history
…-maxworkers

Disable runInBand but limit maxWorkers to 3
  • Loading branch information
mjoyce91 committed Mar 2, 2020
2 parents ecb40a5 + b9f742f commit 20529f0
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 @@ -144,7 +144,7 @@
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom --no-cache --coverage --runInBand",
"test": "node scripts/test.js --env=jsdom --no-cache --coverage --maxWorkers=3",
"test:local": "node scripts/test.js --env=jsdom --cache --coverage -u",
"server": "yarn run build && node src/server.js",
"analyze": "codeclimate analyze -f html > codeclimate.html",
Expand Down

0 comments on commit 20529f0

Please sign in to comment.