| 12 | } |
| 13 | |
| 14 | export interface MockInitCmdFlagsExpectation { |
| 15 | argvList: string[] |
| 16 | expectedResult: Record<string, any> |
| 17 | overwriteFlag: boolean |
| 18 | methodToTest: InitCommandEnums |
| 19 | } |
| 20 | |
| 21 | export interface MockInitCmdPromptExpectation { |
| 22 | methodToTest: InitCommandEnums |
nothing calls this directly
no outgoing calls
no test coverage detected