describe('Lazy component -', () => {
    let component: any;
    let fixture: ComponentFixture<LazyComponent>;

    beforeEach(() => {