-
-
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
Failing tests when using <ImageBackground /> (React-Native) #5263
Comments
Hey, this is not really a bug report! Sorry, but we can't really help you if you are not properly using the report flow. |
Sorry, can't help you further as you haven't told me the bug report process! Referencing this "Bug report" #5235 |
@virus2016 The template (https://github.com/facebook/jest/blob/master/.github/ISSUE_TEMPLATE.md) asks you to provide reproduction steps |
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. |
BUG
What is the current behavior?
Trying to run our tests and jest is coming back with when using (React-Native):
TypeError: Cannot read property 'Object.' of null
What is the expected behavior?
Pass the tests as if you use a standard it works fine.
The text was updated successfully, but these errors were encountered: