From cdc9c6c4cddb485daf7c16d8ce1321098d50103b Mon Sep 17 00:00:00 2001 From: fuyangpengqi <167312867+fuyangpengqi@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:17:45 +0800 Subject: [PATCH] chore: remove repetitive word (#4035) Signed-off-by: fuyangpengqi <995764973@qq.com> --- @commitlint/config-angular/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@commitlint/config-angular/index.test.js b/@commitlint/config-angular/index.test.js index 607b12e8fc..662c233cb3 100644 --- a/@commitlint/config-angular/index.test.js +++ b/@commitlint/config-angular/index.test.js @@ -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(