Skip to content

Commit

Permalink
Merge pull request #228 from edx/mroytman/fix-travis-jest-timeouts
Browse files Browse the repository at this point in the history
Fix Jest timeouts on Travis
  • Loading branch information
MichaelRoytman authored Jun 25, 2018
2 parents f495864 + 87cb8e8 commit 530d67e
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 @@ -10,7 +10,7 @@
"lint_fix": "eslint --fix --ext .js --ext .jsx .",
"prepare": "npm run build",
"start": "NODE_ENV=development BABEL_ENV=development $(npm bin)/webpack-dev-server --config=config/webpack.dev.config.js --hot --inline --progress",
"test": "jest --coverage"
"test": "jest --runInBand --coverage"
},
"license": "AGPL-3.0",
"dependencies": {
Expand Down

0 comments on commit 530d67e

Please sign in to comment.