Skip to content

Commit

Permalink
[CST-12044] feature: add code coverage flag
Browse files Browse the repository at this point in the history
  • Loading branch information
vNovski committed Oct 25, 2023
1 parent 7cee04d commit c644cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c644cc5

Please sign in to comment.