()
| 34 | }); |
| 35 | |
| 36 | const emptyState = () => createEmptyState(RootComponent, TestBed.inject(EnvironmentInjector)); |
| 37 | |
| 38 | it('should create new state', async () => { |
| 39 | const {state, newlyCreatedRoutes} = createRouterState( |
no test coverage detected
searching dependent graphs…