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

Function resetFakeAsyncZone

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

Source from the content-addressed store, hash-verified

32 * @publicApi
33 */
34export function resetFakeAsyncZone(): void {
35 withFakeAsyncTestModule((v) => v.resetFakeAsyncZone());
36}
37
38export function resetFakeAsyncZoneIfExists(): void {
39 if (getFakeAsyncTestModule() && (Zone as any)['ProxyZoneSpec']?.isLoaded()) {

Callers

nothing calls this directly

Calls 1

withFakeAsyncTestModuleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…