(controller)
| 843 | it('should handle streaming responses with text/event-stream content type', async () => { |
| 844 | const mockStreamBody = new ReadableStream({ |
| 845 | start(controller) { |
| 846 | controller.close() |
| 847 | }, |
| 848 | }) |
| 849 | |
| 850 | mockExecuteProviderRequest.mockResolvedValueOnce({ |