MCPcopy
hub / github.com/conventional-changelog/commitlint / gitBootstrap

Function gitBootstrap

@commitlint/cli/src/cli.test.ts:38–38  ·  view source on GitHub ↗
(fixture: string)

Source from the content-addressed store, hash-verified

36};
37
38const gitBootstrap = (fixture: string) => git.bootstrap(fixture, __dirname);
39const fixBootstrap = (fixture: string) => fix.bootstrap(fixture, __dirname);
40
41test("should fail when --cwd references a non-existent directory", async () => {

Callers 1

cli.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…