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

Function doTick

packages/zone.js/test/zone-spec/fake-async-test.spec.ts:208–210  ·  view source on GitHub ↗
(elapsed: number)

Source from the content-addressed store, hash-verified

206 fakeAsyncTestZone.run(() => {
207 let totalElapsed = 0;
208 function doTick(elapsed: number) {
209 totalElapsed += elapsed;
210 }
211 setTimeout(() => {}, 10);
212
213 testZoneSpec.tick(6, doTick);

Callers 3

tickMethod · 0.85
executeNextTaskMethod · 0.85
flushNonPeriodicMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected