Skip to content

Commit 69bd23a

Browse files
committed
test(cli): update help output to 10.0.0
1 parent 3982e5a commit 69bd23a

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
@@ -432,7 +432,7 @@ test('should print help', async () => {
432432
const cwd = await gitBootstrap('fixtures/default');
433433
const actual = await cli(['--help'], {cwd})();
434434
expect(actual.stdout).toMatchInlineSnapshot(`
435-
"@commitlint/cli@9.1.2 - Lint your commit messages
435+
"@commitlint/cli@10.0.0 - Lint your commit messages
436436
437437
[input] reads from stdin if --edit, --env, --from and --to are omitted
438438

0 commit comments

Comments
 (0)