mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Merge branch 'development' into dev-denys-70
This commit is contained in:
@@ -96,7 +96,7 @@ describe('DocumentListBreadcrumb', () => {
|
||||
});
|
||||
|
||||
it('should update document list on click', () => {
|
||||
let documentList = new DocumentList(null, null);
|
||||
let documentList = new DocumentList(null, null, null);
|
||||
spyOn(documentList, 'displayFolderContent').and.stub();
|
||||
|
||||
let node = <PathNode> { name: 'name', path: '/path' };
|
||||
|
Reference in New Issue
Block a user