MCPcopy Index your code
hub / github.com/angular/angular / wrapDescribeInZone

Function wrapDescribeInZone

packages/zone.js/lib/mocha/mocha.ts:75–83  ·  view source on GitHub ↗
(args: IArguments)

Source from the content-addressed store, hash-verified

73 }
74
75 function wrapDescribeInZone(args: IArguments): any[] {
76 const syncTest: any = function (fn: Function) {
77 return function (this: unknown) {
78 return syncZone.run(fn, this, arguments as any as any[]);
79 };
80 };
81
82 return modifyArguments(args, syncTest);
83 }
84
85 function wrapTestInZone(args: IArguments): any[] {
86 const asyncTest = function (fn: Function) {

Callers 1

patchMochaFunction · 0.70

Calls 1

modifyArgumentsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…