mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
library effects and actions (#441)
* library effects and actions * single selection and test fixes * navigate to site route * add experimental flag * disable test * update tests
This commit is contained in:
@@ -47,6 +47,8 @@ import { LibrariesComponent } from './libraries.component';
|
||||
import { StoreModule } from '@ngrx/store';
|
||||
import { appReducer } from '../../store/reducers/app.reducer';
|
||||
import { INITIAL_STATE } from '../../store/states/app.state';
|
||||
import { ContentManagementService } from '../../common/services/content-management.service';
|
||||
import { ExperimentalDirective } from '../../directives/experimental.directive';
|
||||
|
||||
describe('Libraries Routed Component', () => {
|
||||
let fixture: ComponentFixture<LibrariesComponent>;
|
||||
@@ -91,7 +93,8 @@ describe('Libraries Routed Component', () => {
|
||||
NodeFavoriteDirective,
|
||||
DocumentListComponent,
|
||||
LibrariesComponent,
|
||||
AppConfigPipe
|
||||
AppConfigPipe,
|
||||
ExperimentalDirective
|
||||
],
|
||||
providers: [
|
||||
{ provide: TranslationService, useClass: TranslationMock },
|
||||
@@ -105,7 +108,9 @@ describe('Libraries Routed Component', () => {
|
||||
NodesApiService,
|
||||
DocumentListService,
|
||||
ThumbnailService,
|
||||
CustomResourcesService
|
||||
CustomResourcesService,
|
||||
|
||||
ContentManagementService
|
||||
],
|
||||
schemas: [ NO_ERRORS_SCHEMA ]
|
||||
})
|
||||
|
Reference in New Issue
Block a user