RUN  v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_242c3e11-a10-21/packages/bb-app ❯ test/issue-1558-foreign-health.test.ts (1 test | 1 failed) 430ms  × does not treat an unrelated server's /health as the managed child becoming healthy 429ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯  FAIL  test/issue-1558-foreign-health.test.ts > issue #1558 > does not treat an unrelated server's /health as the managed child becoming healthy AssertionError: expected 'healthy' not to be 'healthy' // Object.is equality  ❯ test/issue-1558-foreign-health.test.ts:74:27  72| // BUG (main): outcome === "healthy" — the foreign 200 satisfied…  73| // before the doomed child even exited.  74| expect(outcome).not.toBe("healthy");  | ^  75| } finally {  76| if (child.exitCode === null) child.kill("SIGKILL"); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯  Test Files  1 failed (1)  Tests  1 failed (1)  Start at  07:43:08  Duration  931ms (transform 244ms, setup 0ms, import 415ms, tests 430ms, environment 0ms)