Skip to content

Commit 88bf798

Browse files
authored
Merge pull request webpack#7198 from webpack/ci/force-exit
add forceExit to jest config
2 parents e75dc78 + f55a135 commit 88bf798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
"cover:report-min": "istanbul report --report lcovonly"
125125
},
126126
"jest": {
127+
"forceExit": true,
127128
"setupTestFrameworkScriptFile": "<rootDir>/test/setupTestFramework.js",
128129
"testMatch": [
129130
"<rootDir>/test/*.test.js",

0 commit comments

Comments
 (0)