MCPcopy Index your code
hub / github.com/continuedev/continue / tearDownTestDir

Function tearDownTestDir

core/test/testDir.ts:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17export function tearDownTestDir() {
18 if (fs.existsSync(TEST_DIR_PATH)) {
19 fs.rmSync(TEST_DIR_PATH, { recursive: true });
20 }
21}
22
23/*
24 accepts array of items in 3 formats, e.g.

Calls

no outgoing calls

Tested by

no test coverage detected