Skip to content

Commit

Permalink
removed reporter switch
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkapok committed Jan 10, 2025
1 parent f27932f commit 237dec6
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 @@ -8,7 +8,7 @@
"build": "ng build --configuration production planner",
"build-lib": "ng build scuba-physics",
"test": "ng test",
"test-ci": "ng test --project planner --browsers=ChromeHeadless --no-watch --reporters=verbose",
"test-ci": "ng test --project planner --browsers=ChromeHeadless --no-watch",
"test-lib": "ng test --project scuba-physics",
"test-lib-ci": "ng test --project scuba-physics --browsers=ChromeHeadless --no-watch",
"lint": "ng lint"
Expand Down

0 comments on commit 237dec6

Please sign in to comment.