Skip to content

Commit

Permalink
fix(package.json): update test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
billhimmelsbach committed Sep 24, 2024
1 parent c03b0f3 commit 9f10f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"seed": "cd ../sbl-project/dev_setup/mock_data/ && sh create_institutions.sh && sh insert_filing_period.sh",
"test": "vitest",
"test:ci": "vitest run",
"test:e2e": "yarn preview:test 'cypress open'",
"test:e2e:headless": "yarn preview:test 'cypress run'",
"test:e2e": "yarn playwright test --ui --workers 4",
"test:e2e:headless": "yarn playwright test --workers 4",
"test:e2e:ci": "vite build && yarn preview:test 'cypress run --record'",
"format": "prettier -uw --cache .",
"run-tsc": "tsc",
Expand Down

0 comments on commit 9f10f5a

Please sign in to comment.