update ADF libs (#395)

* update ADF libs

* upgrade tests

* fix tests

* remove fdescribe
This commit is contained in:
Denys Vuika
2018-06-11 14:18:16 +01:00
committed by Cilibiu Bogdan
parent e34e9ee726
commit 3c01aa7f55
4 changed files with 46 additions and 19 deletions

View File

@@ -33,7 +33,7 @@ import { NoopAnimationsModule } from '@angular/platform-browser/animations';
import { MatMenuModule } from '@angular/material';
import {
TranslationService, TranslationMock, AlfrescoApiService,
AppConfigService, StorageService, PeopleContentService
AppConfigService, StorageService, PeopleContentService, UserPreferencesService
} from '@alfresco/adf-core';
import { CurrentUserComponent } from './current-user.component';
@@ -65,7 +65,8 @@ describe('CurrentUserComponent', () => {
AlfrescoApiService,
AppConfigService,
StorageService,
PeopleContentService
PeopleContentService,
UserPreferencesService
],
schemas: [ NO_ERRORS_SCHEMA ]
})