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

Function rollupTesting

packages/zone.js/lib/testing/zone-testing.ts:21–31  ·  view source on GitHub ↗
(Zone: ZoneType)

Source from the content-addressed store, hash-verified

19import {patchPromiseTesting} from './promise-testing';
20
21export function rollupTesting(Zone: ZoneType): void {
22 patchLongStackTrace(Zone);
23 patchProxyZoneSpec(Zone);
24 patchSyncTest(Zone);
25 patchJasmine(Zone);
26 patchJest(Zone);
27 patchMocha(Zone);
28 patchAsyncTest(Zone);
29 patchFakeAsyncTest(Zone);
30 patchPromiseTesting(Zone);
31}

Callers 2

Calls 9

patchLongStackTraceFunction · 0.90
patchProxyZoneSpecFunction · 0.90
patchSyncTestFunction · 0.90
patchJasmineFunction · 0.90
patchJestFunction · 0.90
patchMochaFunction · 0.90
patchAsyncTestFunction · 0.90
patchFakeAsyncTestFunction · 0.90
patchPromiseTestingFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…