npm Package | @angular/core |
---|---|
Module | import { resetFakeAsyncZone } from '@angular/core/testing'; |
Source | core/testing/src/fake_async.ts |
function resetFakeAsyncZone();
Clears out the shared fake async zone for a test.
To be called in a global beforeEach
.