Skip to content

Commit cdc9c6c

Browse files
authored
chore: remove repetitive word (#4035)
Signed-off-by: fuyangpengqi <[email protected]>
1 parent a7bbc49 commit cdc9c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@commitlint/config-angular/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test('a leading blank line after header', async () => {
6464
});
6565

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

6969
expect(result.valid).toBe(false);
7070
expect(result.errors[0].message).toBe(

0 commit comments

Comments
 (0)