Update Simpleapp (#11448)

This commit is contained in:
Swetha Balasubramaniam
2025-12-11 13:36:42 +00:00
committed by GitHub
parent 7eb2034008
commit 8a7359c769
2 changed files with 1 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ describe('DateFnsUtils', () => {
it('should parse alternative ISO datetime', () => {
const result = DateFnsUtils.parseDate('1982-03-13T10:00:000Z', `yyyy-MM-dd'T'HH:mm:sssXXX`);
expect(result.toISOString()).toBe('1982-03-13T10:00:00.000Z');
});