Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bearlyai/OpenADE
/ cleanupTestRepo
Function
cleanupTestRepo
projects/electron/src/modules/code/git.test.ts:151–155 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
150
// Cleanup test directory
151
async
function
cleanupTestRepo() {
152
if
(
await
fs.pathExists(TEST_BASE_DIR)) {
153
await
fs.remove(TEST_BASE_DIR)
154
}
155
}
156
157
describe(
"Git Module Tests"
, () => {
158
beforeAll(
async
() => {
Callers
1
git.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected