mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Clean pdf viewer unit (#4916)
* fix unit test pdf viewer * add more clean unit test core * add more clean unit test core * Delete license-info-3.3.0.md
This commit is contained in:
@@ -100,7 +100,7 @@ describe('DateTimeWidgetComponent', () => {
|
||||
|
||||
widget.field = field;
|
||||
|
||||
widget.onDateChanged({ value: moment('2008-09-15T15:53:00') });
|
||||
widget.onDateChanged({ value: moment('1982-03-13T10:00:000Z') });
|
||||
expect(widget.onFieldChanged).toHaveBeenCalledWith(field);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user