Skip to content

Commit

Permalink
chore(test): add --exit for mocha to avoid stun problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleeit committed Aug 24, 2018
1 parent 621d363 commit 9594333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"pre-commit": "*"
},
"scripts": {
"test": "mocha $(find test -name '*.test.js')"
"test": "mocha $(find test -name '*.test.js') --exit"
}
}

0 comments on commit 9594333

Please sign in to comment.