MCPcopy Index your code
hub / github.com/conventional-changelog/commitlint / cli

Function cli

@commitlint/travis-cli/src/cli.test.ts:32–33  ·  view source on GitHub ↗
(nodeOptions: SpawnOptions = {}, args: string[] = [])

Source from the content-addressed store, hash-verified

30};
31
32const cli = async (nodeOptions: SpawnOptions = {}, args: string[] = []) =>
33 x(bin, args, { nodeOptions });
34
35test("should throw when not on travis ci", async () => {
36 const env = {

Callers 1

cli.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected