We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bbc49 commit cdc9c6cCopy full SHA for cdc9c6c
@commitlint/config-angular/index.test.js
@@ -64,7 +64,7 @@ test('a leading blank line after header', async () => {
64
});
65
66
test('an invalid scope', async () => {
67
- 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`);
68
69
expect(result.valid).toBe(false);
70
expect(result.errors[0].message).toBe(
0 commit comments