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

Function syncTest

packages/zone.js/lib/mocha/mocha.ts:76–80  ·  view source on GitHub ↗
(fn: Function)

Source from the content-addressed store, hash-verified

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 }

Callers 1

modifyArgumentsFunction · 0.85

Calls 1

runMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…