mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
AAE-28935 Add form-styling-process to simpleapp (#10713)
This commit is contained in:
parent
1f0f8dc6fd
commit
f692c1620f
Binary file not shown.
@ -73,7 +73,7 @@ describe('DateFnsUtils', () => {
|
||||
const expectedParsedDate = new Date('2023-09-22T00:00:00Z');
|
||||
|
||||
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', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user