Skip to content

Commit

Permalink
test: Remove --forceExit flag for Jest (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy authored and dead-horse committed Sep 27, 2017
1 parent 0168fd8 commit 43a1df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Koa web app framework",
"main": "lib/application.js",
"scripts": {
"test": "jest --forceExit",
"test": "jest",
"test-cov": "npm run test -- --coverage",
"lint": "eslint benchmarks lib test",
"bench": "make -C benchmarks",
Expand Down

0 comments on commit 43a1df8

Please sign in to comment.