Skip to content

Commit

Permalink
--forceExit also for simple test
Browse files Browse the repository at this point in the history
Julien TASSIN committed May 9, 2018
1 parent 75d2df5 commit 7498f76
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
@@ -28,7 +28,7 @@
"prettier:write":
"prettier --single-quote --trailing-comma es5 --write src/**/*",
"lint": "eslint src",
"test": "jest",
"test": "jest --forceExit",
"test:coverage": "jest --coverage --forceExit",
"precommit": "lint-staged"
},

0 comments on commit 7498f76

Please sign in to comment.