Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/code-pushup/cli
/ prompts.unit.test.ts
File
prompts.unit.test.ts
packages/create-cli/src/lib/setup/prompts.unit.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ promptPluginOptions, promptPluginSelection } from
'./prompts.js'
;
2
import
type
{ PluginPromptDescriptor } from
'./types.js'
;
3
4
vi.mock(
'@inquirer/prompts'
, () => ({
Callers
nothing calls this directly
Calls
2
promptPluginOptions
Function · 0.85
promptPluginSelection
Function · 0.85
Tested by
no test coverage detected