Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
184
export
function
flushMicrotasks(): void {
185
return
withFakeAsyncTestModule((m) => m.flushMicrotasks());
186
}
Callers
10
provider_spec.ts
File · 0.90
fake_async_spec.ts
File · 0.90
legacy_animation_router_integration_spec.ts
File · 0.90
legacy_animation_query_integration_spec.ts
File · 0.90
legacy_animation_integration_spec.ts
File · 0.90
completeAnimations
Function · 0.90
commonTests
Function · 0.90
completeAnimations
Function · 0.90
animation_player_spec.ts
File · 0.90
browser_animation_builder_spec.ts
File · 0.90
Calls
2
withFakeAsyncTestModule
Function · 0.85
flushMicrotasks
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…