Skip to content

Commit

Permalink
Merge pull request #7198 from webpack/ci/force-exit
Browse files Browse the repository at this point in the history
add forceExit to jest config
  • Loading branch information
sokra committed May 4, 2018
2 parents e75dc78 + f55a135 commit 88bf798
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 88bf798

Please sign in to comment.