| 687 | } |
| 688 | |
| 689 | @NgModule({ |
| 690 | declarations: [Parent, NamedOutletHost, Child1, Child2, Child3], |
| 691 | imports: [RouterModule.forRoot([])], |
| 692 | }) |
| 693 | class TestModule {} |
| 694 | |
| 695 | it('should advance the parent route after deactivating its children', async () => { |
| 696 | TestBed.configureTestingModule({imports: [TestModule]}); |