Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ act
Function
act
packages/forms/signals/test/web/signal_form_control_web.spec.ts:127–133 ·
view source on GitHub ↗
(fn: () => T)
Source
from the content-addressed store, hash-verified
125
});
126
127
function
act<T>(fn: () => T): T {
128
try {
129
return
fn();
130
} finally {
131
TestBed.tick();
132
}
133
}
Callers
1
signal_form_control_web.spec.ts
File · 0.70
Calls
2
tick
Method · 0.65
fn
Function · 0.50
Tested by
no test coverage detected