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

Function useAutoTick

packages/common/test/pipes/util.ts:15–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15export function useAutoTick() {
16 beforeEach(() => {
17 jasmine.clock().install();
18 jasmine.clock().autoTick();
19 });
20 afterEach(() => {
21 jasmine.clock().uninstall();
22 });
23}

Callers 1

async_pipe_spec.tsFile · 0.90

Calls 1

beforeEachFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…