MCPcopy Index your code
hub / github.com/angular/angular / advanceAsync

Function advanceAsync

packages/router/test/standalone.spec.ts:549–552  ·  view source on GitHub ↗
(fixture: ComponentFixture<unknown>)

Source from the content-addressed store, hash-verified

547});
548
549async function advanceAsync(fixture: ComponentFixture<unknown>) {
550 await timeout();
551 fixture.detectChanges();
552}

Callers 1

standalone.spec.tsFile · 0.85

Calls 2

timeoutFunction · 0.90
detectChangesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…