From c644cc5102517d5bdd10cb54cdaf9aac5a01cda8 Mon Sep 17 00:00:00 2001 From: Vlad Nouski Date: Wed, 25 Oct 2023 18:30:54 +0200 Subject: [PATCH] [CST-12044] feature: add code coverage flag --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2116da6a0e..53044bbd63 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build:prod": "yarn run build:ssr", "build:ssr": "ng build --configuration production && ng run dspace-angular:server:production", "test": "ng test --source-map=true --watch=false --configuration test", - "test:watch": "nodemon --exec \"ng test --source-map=true --watch=true --configuration test\"", + "test:watch": "nodemon --exec \"ng test --source-map=true --code-coverage --watch=true --configuration test\"", "test:headless": "ng test --source-map=true --watch=false --configuration test --browsers=ChromeHeadless --code-coverage", "lint": "ng lint", "lint-fix": "ng lint --fix=true",