Formatting
This commit is contained in:
@@ -21,7 +21,9 @@ describe('dateUtils', () => {
|
|||||||
const date = toReadableDateTime('2026-07-27T23:27:22.1976394+00:00');
|
const date = toReadableDateTime('2026-07-27T23:27:22.1976394+00:00');
|
||||||
|
|
||||||
// Date invariants are annoying, test that we are getting back the locale in this case
|
// Date invariants are annoying, test that we are getting back the locale in this case
|
||||||
expect(date).toBe(new Date('2026-07-27T23:27:22.1976394+00:00').toLocaleString());
|
expect(date).toBe(
|
||||||
|
new Date('2026-07-27T23:27:22.1976394+00:00').toLocaleString(),
|
||||||
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user