-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Access to jest runtime from setupTestFrameworkScriptFile #108
Comments
This is a problem for me too. There are scripts that are meant to run before the tests. These two are the ones that sound good for executing code :
Reading this it sounds like the script specified by One good reason for exposing the |
👍 |
Pass jest runtime to test setup scripts (closes #108)
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'd like to add some more mocking methods to jest but there doesn't seem to be an easy way to add methods to the
jest
object.The text was updated successfully, but these errors were encountered: