mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
Update package json typescript version (#2368)
* update package json typescript version * fix test problem * fix minor upload type bug
This commit is contained in:
@@ -50,7 +50,7 @@ describe('EmptyFolderContent', () => {
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
documentList = TestBed.createComponent(DocumentListComponent).componentInstance;
|
||||
documentList = (TestBed.createComponent(DocumentListComponent).componentInstance as DocumentListComponent);
|
||||
documentList.dataTable = new DataTableComponent(null, null);
|
||||
emptyFolderContent = new EmptyFolderContentDirective(documentList);
|
||||
});
|
||||
|
Reference in New Issue
Block a user