| 1 | import { describe, expect, it, vi } from 'vitest'; |
| 2 | |
| 3 | import { ChoicePickerComponent, type ChoiceOption } from '#/tui/components/dialogs/choice-picker'; |
| 4 | import { EditorSelectorComponent } from '#/tui/components/dialogs/editor-selector'; |
nothing calls this directly
no test coverage detected