(uuid: string)
| 9 | } from './useTranscriptViewModel.js' |
| 10 | |
| 11 | function msg(uuid: string): RenderableMessage { |
| 12 | return { |
| 13 | type: 'assistant', |
| 14 | uuid, |
| 15 | message: { content: [] }, |
| 16 | } as unknown as RenderableMessage |
| 17 | } |
| 18 | |
| 19 | describe('useTranscriptViewModel helpers', () => { |
| 20 | it('applies cap slicing with monotonic slice anchors', () => { |
no outgoing calls
no test coverage detected