Update to latest ADF & alfresco-js-api (#264)

* upgrade to latest ADF & alfresco-js-api

* fix tests

* update to latest ADf alpha
This commit is contained in:
suzanadirla
2018-03-29 12:20:35 +03:00
committed by Denys Vuika
parent 77e24dc233
commit 1bbb409a4c
12 changed files with 235 additions and 244 deletions

View File

@@ -112,6 +112,7 @@ describe('RecentFiles Routed Component', () => {
contentService = TestBed.get(ContentManagementService);
preferenceService = TestBed.get(UserPreferencesService);
alfrescoApi = TestBed.get(AlfrescoApiService);
alfrescoApi.reset();
});
}));