Skip to content

Commit

Permalink
Update command for test and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw-zakrzewski committed Apr 17, 2024
1 parent 23a758f commit ce9f2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verification/curator-service/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"import-case-data": "npm --prefix ../../../data-serving/scripts/setup-db run import-sample-data",
"lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"test": "vitest",
"test-and-coverage": "vitest --coverage --watchAll=false --transformIgnorePatterns 'node_modules/(?!(headers-polyfill/lib)/)'",
"test-and-coverage": "vitest --coverage --run",
"test-silent": "vitest --watchAll=false",
"eject": "vite eject",
"cypress-open": "cypress open",
Expand Down

0 comments on commit ce9f2b4

Please sign in to comment.