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

@@ -113,6 +113,7 @@ describe('Libraries Routed Component', () => {
nodesApi = TestBed.get(NodesApiService);
alfrescoApi = TestBed.get(AlfrescoApiService);
alfrescoApi.reset();
router = TestBed.get(Router);
preferenceService = TestBed.get(UserPreferencesService);
});