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

Function removeTestDirs

test/helpers/index.ts:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90}
91
92export const removeTestDirs = (): void => {
93 rmdirSync(rootTestConfigDir, { recursive: true })
94 // rmdirSync(dataDir, { recursive: true })
95}
96
97export const getConfigFile = (debug = false): Config => {
98 debug && logger.debug(`getting configDir: ${configDir}`)

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected