RUN  v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_d5c47f31-487-3/apps/host-daemon ❯  @bb/host-daemon  test/parcel-watcher-not-loaded-in-parent.test.ts (1 test | 1 failed) 39ms  × does not hoist a static import of @parcel/watcher 37ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯  FAIL   @bb/host-daemon  test/parcel-watcher-not-loaded-in-parent.test.ts > daemon bundle keeps @parcel/watcher out of the parent process > does not hoist a static import of @parcel/watcher AssertionError: static top-level import(s) of @parcel/watcher found in the bundle; watcher.node would load at daemon startup: import parcelWatcher from "@parcel/watcher";: expected [ Array(1) ] to be null - Expected: null + Received: [ "import parcelWatcher from \"@parcel/watcher\";", ]  ❯ test/parcel-watcher-not-loaded-in-parent.test.ts:68:7  66| `static top-level import(s) of @parcel/watcher found in the bund…  67| `watcher.node would load at daemon startup:\n${(staticImports …  68| ).toBeNull();  | ^  69| // The lazy path must stay a real dynamic `import("@parcel/watcher…  70| expect(bundle).toMatch(/import\(\s*["']@parcel\/watcher["']\s*\)/u… ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯  Test Files  1 failed (1)  Tests  1 failed (1)  Start at  15:17:09  Duration  156ms (transform 17ms, setup 0ms, import 33ms, tests 39ms, environment 0ms)