mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
78de0865cf
Summary: Similar to the previous diff in this stack, I'm adjusting the React files we use to make sure require and import statements don't get extracted by Jest. Right now Jest extracts them, and when it looks up dependencies in reverse it just ignores the ones that don't exist. Corresponding React PR (to make sure this change doesn't get reverted during the next sync): https://github.com/facebook/react/pull/18222 Changelog: [Internal] Reviewed By: motiz88 Differential Revision: D20282829 fbshipit-source-id: 5ff6a64d31672dd29243d020e8174797a44d9267