()
| 32 | * @publicApi |
| 33 | */ |
| 34 | export function resetFakeAsyncZone(): void { |
| 35 | withFakeAsyncTestModule((v) => v.resetFakeAsyncZone()); |
| 36 | } |
| 37 | |
| 38 | export function resetFakeAsyncZoneIfExists(): void { |
| 39 | if (getFakeAsyncTestModule() && (Zone as any)['ProxyZoneSpec']?.isLoaded()) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…