From f69ea2dc09388d87489cb0a63c5b3eebdc487d08 Mon Sep 17 00:00:00 2001 From: fuyangpengqi <995764973@qq.com> Date: Thu, 18 Apr 2024 21:36:12 +0800 Subject: [PATCH] chore: remove repetitive word 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(