| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { buildModelChoices, type ApiCatalogModel } from '../src/setup/wizard.js'; |
| 3 | import type { HardwareProfile } from '../src/setup/hardware-profile.js'; |
| 4 |
nothing calls this directly
no test coverage detected