diff options
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 4ed1fb7..58468a3 100644 --- a/package.json +++ b/package.json @@ -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", |