From f537832b6896282357ad5c53bd0e78a05bea10f4 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Sun, 28 Oct 2018 19:20:01 -0400 Subject: [PATCH] added no watching tests in npm def --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index defa7e55..e4d97537 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "serve": "ng serve", "build": "ng build --prod", "test": "ng test", + "test-nowatch": "ng test --watch=false", "lint": "ng lint", "e2e": "ng e2e", "electron": "ng build && electron .",