* Resets the state of all mocks. Equivalent to calling `.mockReset()` on * every mocked function.
()
| 282 | * every mocked function. |
| 283 | */ |
| 284 | resetAllMocks(): Jest; |
| 285 | /** |
| 286 | * Resets the module registry - the cache of all required modules. This is |
| 287 | * useful to isolate modules where local state might conflict between tests. |
no outgoing calls
no test coverage detected