Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable runInBand but limit maxWorkers to 3 #735

Merged
merged 9 commits into from
Mar 2, 2020
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