mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
@@ -34,7 +34,7 @@ describe('DocumentList', () => {
|
||||
beforeEach(() => {
|
||||
documentListService = new DocumentListServiceMock();
|
||||
let zone = new NgZone(false);
|
||||
documentList = new DocumentList(documentListService, zone);
|
||||
documentList = new DocumentList(documentListService, zone, null);
|
||||
|
||||
eventMock = {
|
||||
preventDefault: function () {
|
||||
|
Reference in New Issue
Block a user