Skip to content

Commit 82080cf

Browse files
committed
chore(*): Remove fit from tests.
1 parent 64d7e33 commit 82080cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/i18n/formatters/formatter-base.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('Localization', () => {
6161
expect(i18nFormatter.formatDate('2025-01-25T14:15:00', 'fullTime', 'en-US')).toContain('2:15:00 PM GMT');
6262
});
6363

64-
fit('should format string to custom format', () => {
64+
it('should format string to custom format', () => {
6565
expect(i18nFormatter.formatDate('2025-01-25T14:15:00', 'ex: hh:mm GGG', 'en-US')).toEqual('ex: 02:15 AD');
6666
expect(i18nFormatter.formatDate('2025-01-25T14:15:00', 'ex: HH:mm GGG', 'en-US')).toEqual('ex: 14:15 AD');
6767
});

0 commit comments

Comments
 (0)