/** * End-to-end HTTP routing tests for streaming.ts. * * These tests prove that the actual fetch response (4xx, 5xx, network error) * causes events to land in the right local file — without mocking the routing * logic itself. globalThis.fetch is replaced with a controllable stub, and a * fake auth key is pre-written so the auth handshake passes without hitting * a real backend. */ export {}; //# sourceMappingURL=streaming-http.test.d.ts.map