* Reset the providers for the test injector. * * @publicApi
()
| 310 | * @publicApi |
| 311 | */ |
| 312 | static resetTestEnvironment(): void { |
| 313 | TestBedImpl.INSTANCE.resetTestEnvironment(); |
| 314 | } |
| 315 | |
| 316 | static configureCompiler(config: {providers?: any[]; useJit?: boolean}): TestBed { |
| 317 | return TestBedImpl.INSTANCE.configureCompiler(config); |
nothing calls this directly
no test coverage detected