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
{{ message }}
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
Steps to reproduce:
cd jest-bug-example && npm install && npx jest
Notice the test passes.package.json
and raise either the version ofjest
to 25.0.0 or the version of@jest-runner/electron
to 3.0.0rm -rf node_modules/ && npm install && npx jest
Expected behavior: The test still passes.
Actual behavior: The test fails. The mock is undefined.
The text was updated successfully, but these errors were encountered: