mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
AAE-0000 Trigger alpha build (#11206)
This commit is contained in:
@@ -43,6 +43,7 @@ describe('ProcessFilterCloudModel', () => {
|
|||||||
const model = new ProcessFilterCloudModel({
|
const model = new ProcessFilterCloudModel({
|
||||||
suspendedDateType: DateCloudFilterType.TODAY
|
suspendedDateType: DateCloudFilterType.TODAY
|
||||||
});
|
});
|
||||||
|
|
||||||
expect(model.suspendedFrom).toEqual(startOfDay(date).toISOString());
|
expect(model.suspendedFrom).toEqual(startOfDay(date).toISOString());
|
||||||
expect(model.suspendedTo).toEqual(endOfDay(date).toISOString());
|
expect(model.suspendedTo).toEqual(endOfDay(date).toISOString());
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user