Skip to content

Commit

Permalink
Tests: Try to run tests using 4 workers on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Jul 10, 2017
1 parent efdb78e commit 17f2d9b
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 @@ -139,7 +139,7 @@
"build-storybook": "build-storybook",
"test-unit": "jest",
"test-unit:coverage": "jest --coverage",
"test-unit:coverage-ci": "jest --coverage -i && coveralls < coverage/lcov.info",
"test-unit:coverage-ci": "jest --coverage -w=4 && coveralls < coverage/lcov.info",
"test-unit:watch": "jest --watch"
}
}

0 comments on commit 17f2d9b

Please sign in to comment.