| 1 | import type { ModelMessage, StreamChunk } from '@tanstack/ai' |
| 2 | import { EventType } from '@tanstack/ai' |
| 3 | import type { SubscribeConnectionAdapter } from '@tanstack/ai-client' |
| 4 | import { act, renderHook, waitFor } from '@testing-library/preact' |
nothing calls this directly
no test coverage detected