unable to test Routing using RouterTestingModule
问题 I have a component which uses Routes . I want to unit test the routes but am unale to do so using RouterTestingModule . The spec I have written is import {async, ComponentFixture, fakeAsync, TestBed, tick} from '@angular/core/testing'; .... fdescribe('HomepageContentComponentComponent', () => { let component: HomepageContentComponentComponent; let fixture: ComponentFixture<HomepageContentComponentComponent>; beforeEach(() => { TestBed.configureTestingModule({ imports:[ RouterTestingModule