| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { initialIndex, moveSelection, choose, displayWidth, physicalRows } from '../src/setup/prompt.js'; |
| 3 | |
| 4 | describe('setup selector — wrap-aware redraw math (regression for piled-up menu)', () => { |
nothing calls this directly
no test coverage detected