()
| 1111 | * @experimental |
| 1112 | */ |
| 1113 | export function flushMicrotasks(): void { |
| 1114 | _getFakeAsyncZoneSpec().flushMicrotasks(); |
| 1115 | } |
| 1116 | |
| 1117 | export function patchFakeAsyncTest(Zone: ZoneType): void { |
| 1118 | // Export the class so that new instances can be created with proper |
no test coverage detected
searching dependent graphs…