Remove --no-exit option from mocha tests runner

This commit is contained in:
Samy Pessé
2015-03-10 21:31:43 +01:00
parent 59ba479465
commit dd970e33b8
+1 -1
View File
@@ -43,7 +43,7 @@
"grunt-bower-install-simple": "0.9.2"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter list --timeout 15000 --bail --no-exit"
"test": "node_modules/.bin/mocha --reporter list --timeout 15000"
},
"repository": {
"type": "git",