* Resets the module registry - the cache of all required modules. This is * useful to isolate modules where local state might conflict between tests.
()
| 287 | * useful to isolate modules where local state might conflict between tests. |
| 288 | */ |
| 289 | resetModules(): Jest; |
| 290 | /** |
| 291 | * Restores all mocks and replaced properties back to their original value. |
| 292 | * Equivalent to calling `.mockRestore()` on every mocked function |
no outgoing calls