* Overwrites all providers for the given token with the given provider definition.
(
token: any,
provider: {useFactory: Function; deps: any[]; multi?: boolean},
)
| 158 | * Overwrites all providers for the given token with the given provider definition. |
| 159 | */ |
| 160 | overrideProvider( |
| 161 | token: any, |
| 162 | provider: {useFactory: Function; deps: any[]; multi?: boolean}, |
| 163 | ): TestBed; |
no outgoing calls