| 1 | import assert from 'node:assert/strict'; |
| 2 | import { describe, test } from 'node:test'; |
| 3 | import { visibleWidth } from '@earendil-works/pi-tui'; |
| 4 | import type { PipeShellOutput, PtyShellOutput } from '@maka/core/shell-run'; |
nothing calls this directly
no test coverage detected