mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
AAE-34100 Add group-with-sections process to simpleapp (#10791)
This commit is contained in:
parent
677e21d004
commit
014fb9cfa8
Binary file not shown.
@ -78,7 +78,6 @@ describe('DateFnsUtils', () => {
|
|||||||
|
|
||||||
it('should parse alternative ISO datetime', () => {
|
it('should parse alternative ISO datetime', () => {
|
||||||
const result = DateFnsUtils.parseDate('1982-03-13T10:00:000Z', `yyyy-MM-dd'T'HH:mm:sssXXX`);
|
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');
|
expect(result.toISOString()).toBe('1982-03-13T10:00:00.000Z');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user