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

Function saveTestCloudGraphConfigFile

test/helpers/index.ts:105–111  ·  view source on GitHub ↗
(
  InitCommand: InitCommandClass,
  debug = false
)

Source from the content-addressed store, hash-verified

103}
104
105export 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
113export const parseArgv = async (
114 InitClass: InitCommandClass

Callers 5

init.test.tsFile · 0.90
launch.test.tsFile · 0.90
serve.test.tsFile · 0.90
teardown.test.tsFile · 0.90

Calls 1

Tested by

no test coverage detected