Equivalent of jest.isolateModules() for async functions to be wrapped. The caller is expected to await the completion of jest.isolateModulesAsync().
jest.isolateModules()
await
jest.isolateModulesAsync()
Equivalent of
jest.isolateModules()
for async functions to be wrapped. The caller is expected toawait
the completion ofjest.isolateModulesAsync()
.