Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ jest.spec.js
File
jest.spec.js
packages/zone.js/test/jest/jest.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
waitForAsync = Zone[Zone.__symbol__(
'asyncTest'
)];
2
3
function
assertInsideProxyZone() {
4
expect(Zone.current.name).toEqual(
'ProxyZone'
);
Callers
nothing calls this directly
Calls
15
assertInsideSyncDescribeZone
Function · 0.85
beforeEach
Function · 0.85
assertInsideProxyZone
Function · 0.85
waitForAsync
Function · 0.85
setTimeout
Function · 0.85
setInterval
Function · 0.85
clearTimeout
Function · 0.85
__symbol__
Method · 0.80
get
Method · 0.65
then
Method · 0.65
resolve
Method · 0.65
describe
Function · 0.50
Tested by
no test coverage detected