From 03a3f1a4d738782574c4eef92fa00e0247c0422a Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Fri, 31 Aug 2018 21:32:12 +0200 Subject: [PATCH] Fix "test" script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 5eddd26..972ceac 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,7 @@ "start": "ng serve", "build": "ng build --delete-output-path", "build-prod": "ng build --prod --optimization --aot --delete-output-path --build-optimizer", - "test": "ng test --single-run", - "test-continuous": "ng test", + "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "postinstall": "npm rebuild node-sass"