Commit 6875fad
committed
test: exclude e2e/ Playwright specs from the vitest unit run
vitest's default include glob picked up e2e/*.spec.js and crashed
trying to collect Playwright's test() as a vitest test. Unit and e2e
suites run through separate commands (npm test vs npm run test:e2e).1 parent d2461ee commit 6875fad
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
0 commit comments