From 8f8769fd814eab06bac29957390d371cda57dc1f Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Sat, 28 Jul 2018 15:37:48 -0400 Subject: [PATCH] fixing test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d980a001..72d1fca8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "install": "tsc && gulp build-prod", "build-release": "gulp build-release", "pretest": "tsc", - "test": "ng test --single-run && mocha --recursive test/backend/unit && mocha --recursive test/backend/integration && mocha --recursive test/common/unit ", + "test": "ng test && mocha --recursive test/backend/unit && mocha --recursive test/backend/integration && mocha --recursive test/common/unit ", "start": "node ./backend/index", "ng": "ng", "lint": "ng lint",