* Allows overriding default providers, directives, pipes, modules of the test injector, * which are defined in test_injector.js
(moduleDef: TestModuleMetadata)
| 322 | * which are defined in test_injector.js |
| 323 | */ |
| 324 | static configureTestingModule(moduleDef: TestModuleMetadata): TestBed { |
| 325 | return TestBedImpl.INSTANCE.configureTestingModule(moduleDef); |
| 326 | } |
| 327 | |
| 328 | /** |
| 329 | * Compile components with a `templateUrl` for the test's NgModule. |
nothing calls this directly
no test coverage detected