| 1 | import { beforeEach, describe, expect, it, vi } from 'vitest' |
| 2 | import { EventType } from '@tanstack/ai/client' |
| 3 | import { ChatPersistor } from '../src/client-persistor' |
| 4 | import { createMockPersistence, createUIMessage } from './test-utils' |
nothing calls this directly
no test coverage detected