Skip to content

Commit

Permalink
fix: Add ts-ignore comment for incorrect formatLocale test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-gor committed Jun 14, 2024
1 parent 5485ca3 commit 905585c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 905585c

Please sign in to comment.