Skip to content

Commit

Permalink
sets max workers to speed up tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GentlemanHal committed Apr 17, 2019
1 parent 8f59f99 commit 41f0f5f
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:prod": "webpack --config config/webpack.prod.config.js",
"build:schema-validator": "ajv compile -s src/client/reducers/schema.json -o src/client/reducers/ValidateConfiguration.js --remove-additional --all-errors",
"test": "jest --colors",
"test:coverage": "jest --colors --coverage",
"test:coverage": "jest --maxWorkers=2 --colors --coverage",
"test:journey": "npm run cypress",
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "eslint ./src/client ./test/client",
Expand Down

0 comments on commit 41f0f5f

Please sign in to comment.