- Reformatted the expectation for unexpected console.error calls to enhance readability and maintain consistency in test assertions.
Stub process with Proxy instead of spread — spreading loses inherited methods (listeners, on, etc.), causing process.listeners is not a function and ERR_IPC_CHANNEL_CLOSED in CI on Windows. Made-with: Cursor