Commit 44637a4
committed
fix(test): exclude e2e/ from vitest's default test glob
Vitest's default include pattern matches any *.spec.ts, so it was
picking up the new Playwright specs and failing on their test()
fixture API. Caught by CI on the e2e scaffolding PR.1 parent fadf329 commit 44637a4
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
0 commit comments