| 1 | import { describe, expect, it } from 'bun:test' |
| 2 | import { serializeOptimizedToAnsiForTesting } from './renderTrace.js' |
| 3 | import { cursorMove, cursorTo, eraseLines } from './termio/csi.js' |
| 4 | import { HIDE_CURSOR, SHOW_CURSOR } from './termio/dec.js' |
nothing calls this directly
no test coverage detected