(config: {providers?: any[]; useJit?: boolean})
| 314 | } |
| 315 | |
| 316 | static configureCompiler(config: {providers?: any[]; useJit?: boolean}): TestBed { |
| 317 | return TestBedImpl.INSTANCE.configureCompiler(config); |
| 318 | } |
| 319 | |
| 320 | /** |
| 321 | * Allows overriding default providers, directives, pipes, modules of the test injector, |
nothing calls this directly
no test coverage detected