Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ act
Function
act
packages/forms/signals/test/node/parse_errors.spec.ts:415–419 ·
view source on GitHub ↗
(fn: () => T)
Source
from the content-addressed store, hash-verified
413
}
414
415
async
function
act<T>(fn: () => T): Promise<T> {
416
const
result = fn();
417
await
TestBed.inject(ApplicationRef).whenStable();
418
return
result;
419
}
Callers
1
parse_errors.spec.ts
File · 0.70
Calls
3
whenStable
Method · 0.65
inject
Method · 0.65
fn
Function · 0.50
Tested by
no test coverage detected