(_data: string, _callback: (error?: Error) => void)
| 54 | test("enforces websocket send idle timeout", async () => { |
| 55 | const socket = new (class extends EventEmitter { |
| 56 | send(_data: string, _callback: (error?: Error) => void) {} |
| 57 | })() as unknown as WebSocket |
| 58 | const invalid: string[] = [] |
| 59 | const response = OpenAIWebSocket.streamResponsesWebSocket({ |
no outgoing calls
no test coverage detected