Commit 1a18b90
committed
fix(test): scope root vitest config to src/__tests__ only
The Cloudflare Workers pool uses a virtual filesystem, so SDK tests
using readFileSync on the real filesystem would fail when picked up
by the root config. Scoping to src/__tests__/ keeps each package
running its own tests in the correct environment.1 parent 25d055f commit 1a18b90
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
0 commit comments