MCPcopy
hub / github.com/angular/angular / discardPeriodicTasks

Function discardPeriodicTasks

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

Source from the content-addressed store, hash-verified

171 * @publicApi
172 */
173export function discardPeriodicTasks(): void {
174 return withFakeAsyncTestModule((m) => m.discardPeriodicTasks());
175}
176
177/**
178 * IMPORTANT: This API requires Zone.js and cannot be used with the Vitest test runner

Callers 1

fake_async_spec.tsFile · 0.90

Calls 1

withFakeAsyncTestModuleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…