Commit 839bedc
committed
fix(ci): scope Vitest to tests/unit so it doesn't collect Playwright specs
Vitest discovers any *.test.js / *.spec.js by default and tried to
import tests/e2e/marker-load.spec.js, where @playwright/test's test()
errors out because it's invoked outside the Playwright runner.1 parent 1d739bd commit 839bedc
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments