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

Function advance

packages/router/test/create_url_tree.spec.ts:763–766  ·  view source on GitHub ↗
(fixture: ComponentFixture<unknown>)

Source from the content-addressed store, hash-verified

761});
762
763async function advance(fixture: ComponentFixture<unknown>) {
764 await timeout();
765 fixture.detectChanges();
766}
767
768describe('createUrlTree with custom serializer', () => {
769 class CustomUrlSerializer extends DefaultUrlSerializer {

Callers 1

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…