Skip to content

Commit f55a135

Browse files
committed
add forceExit to jest config
1 parent e75dc78 commit f55a135

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)