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

Function fixBootstrap

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

Source from the content-addressed store, hash-verified

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 () => {
42 const cwd = await gitBootstrap("fixtures/default");

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…