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

Interface TestOptions

@commitlint/cli/src/cli.test.ts:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15const bin = require.resolve("../cli.js");
16
17interface TestOptions {
18 cwd: string;
19 env?: Record<string, string>;
20}
21
22const cli = (args: string[], options: TestOptions) => {
23 return (input = "") => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…