mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
Use latest adf to fix issue 3252 (#1479)
* Use latest adf to fix issue 3252 * Fix unit test
This commit is contained in:
@@ -29,6 +29,7 @@ import { Actions } from '@ngrx/effects';
|
||||
import { StoreModule } from '@ngrx/store';
|
||||
import { TestBed } from '@angular/core/testing';
|
||||
import { CoreModule } from '@alfresco/adf-core';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
|
||||
describe('CustomNameColumnComponent', () => {
|
||||
let fixture;
|
||||
@@ -37,6 +38,7 @@ describe('CustomNameColumnComponent', () => {
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({
|
||||
imports: [
|
||||
TranslateModule.forRoot(),
|
||||
CoreModule.forRoot(),
|
||||
DocumentListCustomComponentsModule,
|
||||
StoreModule.forRoot({ app: () => {} }, { initialState: {} })
|
||||
|
Reference in New Issue
Block a user