Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ rmDir
Function
rmDir
test/unit/utils/trace_test.js:24–26 ·
view source on GitHub ↗
(dir)
Source
from the content-addressed store, hash-verified
22
}
23
24
function
rmDir(dir) {
25
try { fs.rmSync(dir, { recursive: true, force: true }) } catch {}
26
}
27
28
describe(
'lib/utils/trace.js'
, () => {
29
describe(
'pickActingHelper'
, () => {
Callers
1
trace_test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected