Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ failCallback
Function
failCallback
packages/zone.js/test/zone-spec/async-test.spec.ts:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
const
AsyncTestZoneSpec = (Zone as any)[
'AsyncTestZoneSpec'
];
15
16
function
failCallback() {
17
log.push(
'fail'
);
18
}
19
20
function
emptyRun() {
21
// Jasmine will throw if there are no tests.
Callers
1
runInTestZone
Function · 0.85
Calls
1
push
Method · 0.45
Tested by
no test coverage detected