()
| 210 | let loadingTimeout = 0; |
| 211 | const deferDepsInterceptor = { |
| 212 | intercept() { |
| 213 | return () => { |
| 214 | return [dynamicImportOf(NestedCmp, loadingTimeout)]; |
| 215 | }; |
| 216 | }, |
| 217 | }; |
| 218 | |
| 219 | TestBed.configureTestingModule({ |
nothing calls this directly
no test coverage detected