| 1 | import { visibleWidth } from '@moonshot-ai/pi-tui'; |
| 2 | import { afterEach, describe, expect, it } from 'vitest'; |
| 3 | |
| 4 | import { buildUsageReportLines, UsagePanelComponent } from '#/tui/components/messages/usage-panel'; |
nothing calls this directly
no test coverage detected