modified: .forgejo/workflows/test.yml
Some checks failed
Testing / test (push) Has been cancelled

modified:   package.json
This commit is contained in:
Mrrp 2024-11-18 20:53:39 -08:00
parent 15b2b3162a
commit 928a952ca9
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
run: npm ci
- name: Run Unit tests
run: npm run test:unit --passWithNoTests
run: npm run test:unit
- name: Run E2E tests
run: npm run test:e2e

View file

@ -7,7 +7,7 @@
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"test:unit": "vitest --passWithNoTests",
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
"build-only": "vite build",