Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
export
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.
Callers
7
shouldIgnore.test.ts
File · 0.90
walkDir.test.ts
File · 0.90
_context-providers.vitest.ts
File · 0.90
filter.vitest.ts
File · 0.90
generateRepoMap.test.ts
File · 0.90
loadLocalAssistants.vitest.ts
File · 0.90
CodebaseIndexer.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected