mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-08 14:51:14 +00:00
update ADF libs (#395)
* update ADF libs * upgrade tests * fix tests * remove fdescribe
This commit is contained in:
committed by
Cilibiu Bogdan
parent
e34e9ee726
commit
3c01aa7f55
@@ -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 ]
|
||||
})
|
||||
|
Reference in New Issue
Block a user