This commit is contained in:
MinamiFunakoshiTR 2025-08-12 09:56:53 -04:00
parent 2b6b4f42ef
commit cd25bb0339
Failed to extract signature

View file

@ -156,7 +156,6 @@ describe('Utils tests', () => {
const unformattedOct = 'oct 1, 2023, 10:00PM';
const formattedOct = 'Oct. 1, 2023, 10:00 p.m.';
expect(prettifyDate(unformattedOct)).toBe(formattedOct);
});
it('should work with lower or upper case', () => {