* Removes any pending timers from the timer system. If any timers have been * scheduled, they will be cleared and will never have the opportunity to * execute in the future.
()
| 116 | * execute in the future. |
| 117 | */ |
| 118 | clearAllTimers(): void; |
| 119 | /** |
| 120 | * Given the name of a module, use the automatic mocking system to generate a |
| 121 | * mocked version of the module for you. |
no outgoing calls
no test coverage detected