| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { parseSegments, normalizeProse } from '../src/cli/render/assistant-message.js'; |
| 3 | |
| 4 | describe('normalizeProse (collapse blank-line padding)', () => { |
nothing calls this directly
no test coverage detected