mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
update test
This commit is contained in:
@@ -23,7 +23,7 @@ import { CoreModule } from '@alfresco/adf-core';
|
|||||||
describe('HomeComponent', () => {
|
describe('HomeComponent', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
TestBed.configureTestingModule({
|
TestBed.configureTestingModule({
|
||||||
imports: [CoreModule],
|
imports: [CoreModule.forRoot()],
|
||||||
declarations: [HomeComponent],
|
declarations: [HomeComponent],
|
||||||
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user