| 1 | import test from 'node:test'; |
| 2 | import assert from 'node:assert/strict'; |
| 3 | import type { Prompter, WizardDeps } from '../src/possible-wizard.js'; |
| 4 | import type { IdeasSeed } from '../src/ideas-seeds.js'; |
nothing calls this directly
no test coverage detected