From f3e6bde0928dd5d50339a493479c0d6b89d0814c Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 15 Feb 2019 10:07:54 +0000 Subject: [PATCH] update test --- demo-shell/src/app/components/home/home.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-shell/src/app/components/home/home.component.spec.ts b/demo-shell/src/app/components/home/home.component.spec.ts index 0411936849..e0de377797 100644 --- a/demo-shell/src/app/components/home/home.component.spec.ts +++ b/demo-shell/src/app/components/home/home.component.spec.ts @@ -23,7 +23,7 @@ import { CoreModule } from '@alfresco/adf-core'; describe('HomeComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [CoreModule], + imports: [CoreModule.forRoot()], declarations: [HomeComponent], schemas: [CUSTOM_ELEMENTS_SCHEMA] });