RUN  v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_242c3e11-a10-44/packages/process-utils ❯  @bb/process-utils  test/volta-recursion-guard.repro.test.ts (1 test | 1 failed) 6ms  × does not leak Volta's _VOLTA_TOOL_RECURSION guard into child processes 5ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯  FAIL   @bb/process-utils  test/volta-recursion-guard.repro.test.ts > sanitizeInheritedChildProcessEnv (issue #1545) > does not leak Volta's _VOLTA_TOOL_RECURSION guard into child processes AssertionError: expected true to be false // Object.is equality - Expected + Received - false + true  ❯ test/volta-recursion-guard.repro.test.ts:37:53  35| // so `node` in the child resolves to Volta's shim, which sees the…  36| // skips `Platform::current`, and returns `ErrorKind::NoPlatform`.  37| expect("_VOLTA_TOOL_RECURSION" in sanitizedEnv).toBe(false);  | ^  38| });  39| }); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯  Test Files  1 failed (1)  Tests  1 failed (1)  Start at  08:16:48  Duration  171ms (transform 42ms, setup 0ms, import 61ms, tests 6ms, environment 0ms)