Skip to content

Commit

Permalink
add forceExit to jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed May 4, 2018
1 parent e75dc78 commit f55a135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -124,6 +124,7 @@
"cover:report-min": "istanbul report --report lcovonly"
},
"jest": {
"forceExit": true,
"setupTestFrameworkScriptFile": "<rootDir>/test/setupTestFramework.js",
"testMatch": [
"<rootDir>/test/*.test.js",
Expand Down

0 comments on commit f55a135

Please sign in to comment.