Skip to content

Commit e564a1e

Browse files
committed
test(cli): update help output to 12.0.0
1 parent cd2751b commit e564a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@commitlint/cli/src/cli.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ test('should print help', async () => {
439439
const cwd = await gitBootstrap('fixtures/default');
440440
const actual = await cli(['--help'], {cwd})();
441441
expect(actual.stdout).toMatchInlineSnapshot(`
442-
"@commitlint/cli@11.0.0 - Lint your commit messages
442+
"@commitlint/cli@12.0.0 - Lint your commit messages
443443
444444
[input] reads from stdin if --edit, --env, --from and --to are omitted
445445

0 commit comments

Comments
 (0)