Commit c38684b
authored
fix(test): skip watchRecursive suite on win32
The daemon is explicitly deferred on Windows (v0.8.0 release notes), and
Bun's fs.watch on win32 hard-crashes the test process mid-suite — which
silently prevented the remaining ~260 tests (ingest, search, parsers —
all of which DO ship on Windows) from running at all. Skipping the
unshipped feature's suite restores real Windows coverage for everything
that is shipped.1 parent 9c07d02 commit c38684b
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
0 commit comments