From 57f904e8f7ea65779126a4bf2d0f9d9395fd6a9b Mon Sep 17 00:00:00 2001 From: Samer Albahra Date: Mon, 23 Jul 2018 00:04:44 -0500 Subject: [PATCH] Fix unit testing not exiting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5adba1..950f99b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "repository": "https://github.com/OpenSprinkler/Weather-Adjustments/", "scripts": { - "test": "mocha test" + "test": "mocha --exit test" }, "dependencies": { "dotenv": "^6.0.0",