| 60 | |
| 61 | vi.mock('./codexAppServerClient', () => { |
| 62 | class MockCodexAppServerClient { |
| 63 | private notificationHandler: ((method: string, params: unknown) => void) | null = null; |
| 64 | private stderrHandler: ((text: string) => void) | null = null; |
| 65 |
nothing calls this directly
no outgoing calls
no test coverage detected