-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Test react native app V0.45.1 (or above) with JEST #15981
Comments
|
And react version should match the one that comes with a RN version. |
@assafb81 It probably does exist its just prerelease. You could try yarn add react-dom@next and you'll see a beta version |
@facebook-github-bot no-template |
Hey, thanks for reporting this issue! It looks like your description is missing some necessary information, or the list of reproduction steps is not complete. Can you please add all the details specified in the Issue Template? This is necessary for people to be able to understand and reproduce the issue being reported. I am going to close this, but feel free to open a new issue with the additional information provided. Thanks! See "What to Expect from Maintainers" to learn more. |
I am trying to test my react native application with JEST.
I am using:
I wanted to add tests to my react native application without downgrade my react native version.
Actually, I am thinking about upgrading it before moving to production.
I keep getting the error:
react-dom is an implicit dependency in order to support react@0.13-14. Please add the appropriate version to your devDependencies. See https://github.com/airbnb/enzyme#installation
and most of the way to solve the problem was to downgrade my RN version, is there any other way?
I am using yarn (v1.0.2)
The application is aimed to Android and iOS phones.
I develop on Window and Mac.
The text was updated successfully, but these errors were encountered: