MCPcopy
hub / github.com/coder/mux / createTestConfig

Function createTestConfig

src/node/services/taskService.test.ts:172–176  ·  view source on GitHub ↗
(rootDir: string)

Source from the content-addressed store, hash-verified

170}
171
172async function createTestConfig(rootDir: string): Promise<Config> {
173 const config = new Config(rootDir);
174 await fsPromises.mkdir(config.srcDir, { recursive: true });
175 return config;
176}
177
178async function createTestProject(
179 rootDir: string,

Calls

no outgoing calls

Tested by

no test coverage detected