Skip to content

Commit

Permalink
fix: fix mocha exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Sep 21, 2019
1 parent 1db761b commit 639f0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"src"
],
"scripts": {
"test": "mocha --recursive"
"test": "mocha --recursive --exit"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 639f0e3

Please sign in to comment.