You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that the upstream Jest has some ESM support, there is slightly less need in the esm transform. But their current level of support in jest@next doesn't allow for mocking certain module types.
Can you add some jest.mock examples?
mocking fs using memfs (built-in modules + nontrivial factory)
Now that the upstream Jest has some ESM support, there is slightly less need in the esm transform. But their current level of support in jest@next doesn't allow for mocking certain module types.
Can you add some
jest.mock
examples?fs
usingmemfs
(built-in modules + nontrivial factory)axios
requests ("normal" NPM modules)snappy
or other module with native componentsThe text was updated successfully, but these errors were encountered: