-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Add missing @jest/create-cache-key-function dep root package.json #31668
Conversation
Base commit: 3827ca6 |
Base commit: 3827ca6 |
@lunaleaps has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Imported this in and asked @rubennorte about this change. I think the understanding is that Should users of react-native not yarn install on the |
@lunaleaps My understanding is The case here is that |
@janicduplessis yeah, I missed that in my original change. Thanks for fixing this! |
@lunaleaps merged this pull request in 9a43eac. |
Summary
@jest/create-cache-key-function
should be installed as part of the react-native package since it is used by the jest config. Running jest currently errors unless this package is somehow transitively installed.Changelog
[General] [Fixed] - Add missing @jest/create-cache-key-function dep root package.json
Test Plan
Run jest in a RN app.