mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
AAE-28935 Add form-styling-process to simpleapp (#10713)
This commit is contained in:
Binary file not shown.
@@ -73,7 +73,7 @@ describe('DateFnsUtils', () => {
|
|||||||
const expectedParsedDate = new Date('2023-09-22T00:00:00Z');
|
const expectedParsedDate = new Date('2023-09-22T00:00:00Z');
|
||||||
|
|
||||||
const result = DateFnsUtils.parseDate(dateString, dateFormat);
|
const result = DateFnsUtils.parseDate(dateString, dateFormat);
|
||||||
expect(result).toEqual(addMinutes(expectedParsedDate,expectedParsedDate.getTimezoneOffset()));
|
expect(result).toEqual(addMinutes(expectedParsedDate, expectedParsedDate.getTimezoneOffset()));
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should parse alternative ISO datetime', () => {
|
it('should parse alternative ISO datetime', () => {
|
||||||
|
Reference in New Issue
Block a user