Skip to content

Commit 7a7c4b6

Browse files
committed
Force exit jest tests
1 parent 406786d commit 7a7c4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cache:
66
directories:
77
- "node_modules"
88
script:
9-
- yarn test --runInBand
9+
- yarn test --runInBand --forceExit
1010
notifications:
1111
email:
1212
on_success: never

0 commit comments

Comments
 (0)