( InitCommand: InitCommandClass, debug = false )
| 103 | } |
| 104 | |
| 105 | export const saveTestCloudGraphConfigFile = async ( |
| 106 | InitCommand: InitCommandClass, |
| 107 | debug = false |
| 108 | ): Promise<void> => { |
| 109 | debug && logger.debug(`saving test config: ${configDir}`) |
| 110 | InitCommand.saveCloudGraphConfigFile(configFileMock) |
| 111 | } |
| 112 | |
| 113 | export const parseArgv = async ( |
| 114 | InitClass: InitCommandClass |
no test coverage detected