Added --exit flag to mocha test

pull/26/head
Trivernis 6 years ago
parent 453170433f
commit 8b2f9c45cf

@ -3,7 +3,7 @@
"version": "1.0.0",
"scripts": {
"start": "node bot.js",
"test": "mocha",
"test": "mocha --exit",
"test-unit": "NODE_ENV=test mocha '/**/*.spec.js'"
},
"dependencies": {

Loading…
Cancel
Save