()
| 195 | let loadingTimeout = 0; |
| 196 | const deferDepsInterceptor = { |
| 197 | intercept() { |
| 198 | return () => { |
| 199 | return [dynamicImportOf(NestedCmp, loadingTimeout)]; |
| 200 | }; |
| 201 | }, |
| 202 | }; |
| 203 | |
| 204 | TestBed.configureTestingModule({ |
nothing calls this directly
no test coverage detected
searching dependent graphs…