formats
This commit is contained in:
parent
2b6b4f42ef
commit
cd25bb0339
1 changed files with 0 additions and 1 deletions
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue