Skip to content

Commit

Permalink
test(cli): update help output to 9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Jul 13, 2020
1 parent 41d4f58 commit 29c814a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @commitlint/cli/src/cli.test.ts
Expand Up @@ -432,7 +432,7 @@ test('should print help', async () => {
const cwd = await gitBootstrap('fixtures/default');
const actual = await cli(['--help'], {cwd})();
expect(actual.stdout).toMatchInlineSnapshot(`
"@commitlint/cli@9.1.1 - Lint your commit messages
"@commitlint/cli@9.1.2 - Lint your commit messages
[input] reads from stdin if --edit, --env, --from and --to are omitted
Expand Down

0 comments on commit 29c814a

Please sign in to comment.