Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ act
Function
act
packages/forms/signals/test/web/field_proxy.spec.ts:63–69 ·
view source on GitHub ↗
(fn: () => T)
Source
from the content-addressed store, hash-verified
61
});
62
63
function
act<T>(fn: () => T): T {
64
try {
65
return
fn();
66
} finally {
67
TestBed.tick();
68
}
69
}
Callers
1
field_proxy.spec.ts
File · 0.70
Calls
2
tick
Method · 0.65
fn
Function · 0.50
Tested by
no test coverage detected