MCPcopy Index your code
hub / github.com/cloudgraphdev/cli / MockInitCmdFlagsExpectation

Interface MockInitCmdFlagsExpectation

test/helpers/types.ts:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14export interface MockInitCmdFlagsExpectation {
15 argvList: string[]
16 expectedResult: Record<string, any>
17 overwriteFlag: boolean
18 methodToTest: InitCommandEnums
19}
20
21export interface MockInitCmdPromptExpectation {
22 methodToTest: InitCommandEnums

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected