MCPcopy
hub / github.com/coder/mux / removeManagedGitWorktree.test.ts

File removeManagedGitWorktree.test.ts

src/node/worktree/removeManagedGitWorktree.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, describe, expect, it, mock, spyOn } from "bun:test";
2import * as fs from "node:fs";
3import { mkdir, mkdtemp, rm, writeFile } from "node:fs/promises";
4import * as os from "node:os";

Callers

nothing calls this directly

Calls 6

removeManagedGitWorktreeFunction · 0.90
resolveMethod · 0.80
createTempRootFunction · 0.70
createMockExecResultFunction · 0.70
pathExistsFunction · 0.70
writeFileFunction · 0.50

Tested by

no test coverage detected