From dd970e33b86c087497142baf590bcb65386752d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Tue, 10 Mar 2015 21:31:43 +0100 Subject: [PATCH] Remove --no-exit option from mocha tests runner --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ed1fb7b2..58468a31c 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",