MCPcopy Create free account
hub / github.com/anus-dev/ANUS / setupGitRepo

Function setupGitRepo

packages/core/src/utils/gitIgnoreParser.test.ts:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 async function setupGitRepo() {
25 await fs.mkdir(path.join(projectRoot, '.git'), { recursive: true });
26 }
27
28 beforeEach(async () => {
29 projectRoot = await fs.mkdtemp(path.join(os.tmpdir(), 'gitignore-test-'));

Callers 1

Calls 1

mkdirMethod · 0.80

Tested by

no test coverage detected