From 905585cc4018a700cbfaccfcf4515a5cd028cfbd Mon Sep 17 00:00:00 2001 From: Basil Goryachev Date: Fri, 14 Jun 2024 07:46:20 -0300 Subject: [PATCH] fix: Add ts-ignore comment for incorrect formatLocale test case. --- tests/unit/utils.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/utils.spec.ts b/tests/unit/utils.spec.ts index aa8996c4..7a5e428c 100644 --- a/tests/unit/utils.spec.ts +++ b/tests/unit/utils.spec.ts @@ -169,7 +169,7 @@ describe('Utils and date utils formatting', () => { }); it('Should get short month values by fallback to locale', () => { - // Pass incorrect formatLocale + // @ts-expect-error Pass incorrect formatLocale const months = getMonths({}, 'de', 'short'); expect(months).toHaveLength(12);