Skip to content

Commit

Permalink
chore: remove repetitive word (#4035)
Browse files Browse the repository at this point in the history
Signed-off-by: fuyangpengqi <995764973@qq.com>
  • Loading branch information
fuyangpengqi committed Apr 19, 2024
1 parent a7bbc49 commit cdc9c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @commitlint/config-angular/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test('a leading blank line after header', async () => {
});

test('an invalid scope', async () => {
const result = await lintMessage(`no: no is not not an invalid commit type`);
const result = await lintMessage(`no: no is not an invalid commit type`);

expect(result.valid).toBe(false);
expect(result.errors[0].message).toBe(
Expand Down

0 comments on commit cdc9c6c

Please sign in to comment.