()
| 36 | } |
| 37 | |
| 38 | export function resetFakeAsyncZoneIfExists(): void { |
| 39 | if (getFakeAsyncTestModule() && (Zone as any)['ProxyZoneSpec']?.isLoaded()) { |
| 40 | getFakeAsyncTestModule().resetFakeAsyncZone(); |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | /** |
| 45 | * IMPORTANT: This API requires Zone.js and cannot be used with the Vitest test runner |
no test coverage detected
searching dependent graphs…