| 1 | import { visibleWidth } from '@moonshot-ai/pi-tui'; |
| 2 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
| 3 | |
| 4 | import { SessionPickerComponent } from '#/tui/components/dialogs/session-picker'; |
nothing calls this directly
no test coverage detected