Commit 2f6fd64
Exclude Playwright e2e tests from Vitest runner
Vitest was collecting e2e/*.spec.ts files that use Playwright's test API,
causing 3 suite failures. Adding test.exclude for the e2e directory fixes this.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 95210ab commit 2f6fd64
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
0 commit comments