Enable Test to run in Debug mode
[portal/nonrtric-controlpanel.git] / webapp-frontend / package.json
index ee07def..e4a5600 100644 (file)
@@ -6,7 +6,7 @@
     "start": "ng serve --proxy-config proxy.conf.json",
     "start:mock": "ng serve --configuration=mock",
     "build": "ng build",
-    "test": "ng test",
+    "test": "ng test --watch=true",
     "lint": "ng lint",
     "e2e": "ng e2e"
   },