[AAE-29434] Adding process with process variables to simpleapp (#10845)

This commit is contained in:
Ewelina Dikta
2025-05-12 09:03:50 +02:00
committed by GitHub
parent acf9e3e11c
commit f2845a36c6
2 changed files with 1 additions and 0 deletions

View File

@@ -78,6 +78,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');
});