mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[AAE-29434] Adding process with process variables to simpleapp (#10845)
This commit is contained in:
parent
acf9e3e11c
commit
f2845a36c6
Binary file not shown.
@ -78,6 +78,7 @@ 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