-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jest is not defined in examples/react-app-ts #20
Comments
I had a similar problem. I was using |
I have a similar issue, can't do jest.mock. Doing |
This works for me in jest.setup.js
|
Adding global.jest = jest to jest.setup.js ends up introducing weird bugs for me. :( |
Facing the same :( |
This worked for me: |
When i try to run
examples/react-app-ts
and reference the globaljest
in the tests an exception is thrown:The text was updated successfully, but these errors were encountered: