mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-22 10:33:22 +00:00
Remove --no-exit option from mocha tests runner
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user