mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-2204] Upgrade to ADF 3.0.0 release (#949)
* upgrade to ADF 3.0.0 * update unit tests
This commit is contained in:
@@ -28,6 +28,7 @@ import { DocumentListCustomComponentsModule } from '../document-list-custom-comp
|
||||
import { Actions } from '@ngrx/effects';
|
||||
import { StoreModule } from '@ngrx/store';
|
||||
import { TestBed } from '@angular/core/testing';
|
||||
import { CoreModule } from '@alfresco/adf-core';
|
||||
|
||||
describe('CustomNameColumnComponent', () => {
|
||||
let fixture;
|
||||
@@ -36,6 +37,7 @@ describe('CustomNameColumnComponent', () => {
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({
|
||||
imports: [
|
||||
CoreModule.forRoot(),
|
||||
DocumentListCustomComponentsModule,
|
||||
StoreModule.forRoot({ app: () => {} }, { initialState: {} })
|
||||
],
|
||||
|
Reference in New Issue
Block a user