Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ act
Function
act
packages/forms/signals/test/web/form_field.spec.ts:6545–6551 ·
view source on GitHub ↗
(fn: () => T)
Source
from the content-addressed store, hash-verified
6543
}
6544
6545
function
act<T>(fn: () => T): T {
6546
try {
6547
return
fn();
6548
} finally {
6549
TestBed.tick();
6550
}
6551
}
Callers
3
form_field.spec.ts
File · 0.70
setupRadioGroup
Function · 0.70
setupRadioWithBindingsGroup
Function · 0.70
Calls
2
tick
Method · 0.65
fn
Function · 0.50
Tested by
no test coverage detected