MCPcopy 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
24function rmDir(dir) {
25 try { fs.rmSync(dir, { recursive: true, force: true }) } catch {}
26}
27
28describe('lib/utils/trace.js', () => {
29 describe('pickActingHelper', () => {

Callers 1

trace_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected