Skip to content

Commit

Permalink
test: exclude e2e from vitest
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Feb 25, 2024
1 parent 1977dbd commit 11052d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 491 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest",
"test": "vitest --exclude 'e2e'",
"e2e": "playwright test --reporter=list --project chromium",
"e2e:ui": "playwright test --ui --project chromium",
"e2e:mobile": "playwright test --reporter=list --project 'Mobile Chrome'",
Expand Down
Loading

0 comments on commit 11052d4

Please sign in to comment.