| 1 | import { describe, expect, it } from 'bun:test' |
| 2 | import type { AnsiCode } from '@alcalzone/ansi-tokenize' |
| 3 | import type { Diff, Frame } from './frame.js' |
| 4 | import { LogUpdate } from './log-update.js' |
nothing calls this directly
no test coverage detected