()
| 171 | * @publicApi |
| 172 | */ |
| 173 | export 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 |
no test coverage detected
searching dependent graphs…