Skip to content

Commit bd8ea4c

Browse files
committed
force exit jest
1 parent d577687 commit bd8ea4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
- npm install webpack@$WEBPACK_VERSION extract-text-webpack-plugin@$EXTRACT_PLUGIN_VERSION || true
1515

1616
script:
17-
- npm test
17+
- npm test -- --forceExit
1818

1919
after_script:
2020
- $(npm bin)/codecov

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "webpack plugin for generating asset manifests",
55
"main": "index.js",
66
"scripts": {
7-
"test": "jest --detectOpenHandles",
7+
"test": "jest",
88
"codecov": "codecov"
99
},
1010
"author": "Dane Thurber <[email protected]>",

0 commit comments

Comments
 (0)