mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5857] resolved linting issues
This commit is contained in:
@@ -307,7 +307,7 @@ describe('FormFieldModel', () => {
|
||||
const currentDateTime = new Date();
|
||||
const formattedDate = format(currentDateTime, 'yyyy-MM-dd');
|
||||
const formattedTime = format(currentDateTime, 'hh:mm');
|
||||
|
||||
|
||||
const expectedDateTime = format(currentDateTime, 'yyyy-MM-dd hh:mm');
|
||||
const expectedDateTimeFormat = formattedDate + `T${formattedTime}:00.000Z`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user