MCPcopy Create free account
hub / github.com/EvoMap/evolver / gitInit

Function gitInit

test/sessionStartScope.test.js:345–345  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

343describe('evolver-session-start non-git notice', () => {
344 const { execFileSync: x } = require('child_process');
345 const gitInit = (d) => x('git', ['init', '-q'], { cwd: d });
346
347 it('surfaces a notice in a non-git folder (first time)', () => {
348 const home = makeTmpDir(); const proj = makeTmpDir();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected