Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
15
export
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.ts
File · 0.90
Calls
1
beforeEach
Function · 0.85
Tested by
no test coverage detected