MCPcopy
hub / github.com/angular/angular / assertInsideSyncDescribeZone

Function assertInsideSyncDescribeZone

packages/zone.js/test/jest/jest.spec.js:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 expect(Zone.current.name).toEqual('ProxyZone');
5}
6function assertInsideSyncDescribeZone() {
7 expect(Zone.current.name).toEqual('syncTestZone for jest.describe');
8}
9describe('describe', () => {
10 assertInsideSyncDescribeZone();
11 beforeEach(() => {

Callers 1

jest.spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…