Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Commit

Permalink
chore: remove --runInBand of jest
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Feb 28, 2019
1 parent 9ba68fb commit 722931c
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 @@ -61,7 +61,7 @@
"pretest": "eslint .",
"precommit": "lint-staged",
"prepublish": "cross-env NODE_ENV=testing yarn test",
"test": "cross-env NODE_ENV=testing jest --runInBand",
"test": "cross-env NODE_ENV=testing jest",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"license": "MIT",
Expand Down

0 comments on commit 722931c

Please sign in to comment.