MCPcopy Create free account
hub / github.com/angular/angular / advance

Function advance

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

Source from the content-addressed store, hash-verified

819});
820
821async function advance(fixture: ComponentFixture<unknown>) {
822 await timeout();
823 fixture.detectChanges();
824}
825
826describe('createUrlTree with custom serializer', () => {
827 class CustomUrlSerializer extends DefaultUrlSerializer {

Callers 1

Calls 2

timeoutFunction · 0.90
detectChangesMethod · 0.45

Tested by

no test coverage detected