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

Function tick

packages/zone.js/lib/zone-spec/fake-async-test.ts:1034–1036  ·  view source on GitHub ↗
(millis: number = 0, ignoreNestedTimeout = false)

Source from the content-addressed store, hash-verified

1032 * @experimental
1033 */
1034export function tick(millis: number = 0, ignoreNestedTimeout = false): void {
1035 _getFakeAsyncZoneSpec().tick(millis, null, ignoreNestedTimeout);
1036}
1037
1038/**
1039 * Simulates the asynchronous passage of time for the timers in the fakeAsync zone by

Callers 4

jest.spec.jsFile · 0.50
createAsyncTesterFlagFunction · 0.50

Calls 2

_getFakeAsyncZoneSpecFunction · 0.85
tickMethod · 0.65

Tested by 1

createAsyncTesterFlagFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…