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

Function getFakeAsyncTestModule

packages/core/testing/src/fake_async.ts:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12const _Zone: any = typeof Zone !== 'undefined' ? Zone : null;
13function getFakeAsyncTestModule() {
14 return _Zone && _Zone[_Zone.__symbol__('fakeAsyncTest')];
15}
16
17function withFakeAsyncTestModule(fn: (fakeAsyncTestModule: any) => any): any {
18 const fakeAsyncTestModule = getFakeAsyncTestModule();

Callers 2

withFakeAsyncTestModuleFunction · 0.85

Calls 1

__symbol__Method · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…