MCPcopy
hub / github.com/angular/angular / flushMicrotasks

Function flushMicrotasks

packages/core/testing/src/fake_async.ts:184–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182 * @publicApi
183 */
184export function flushMicrotasks(): void {
185 return withFakeAsyncTestModule((m) => m.flushMicrotasks());
186}

Calls 2

withFakeAsyncTestModuleFunction · 0.85
flushMicrotasksMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…