Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Monorepo Jest - remove now unnecessary Babel registration (#38146)
Summary: Pull Request resolved: #38146 Now that `metro-react-native-babel-transformer` may be loaded from source without transformation, we can remove this workaround / potential footgun. Jest uses Babel imperatively and doesn't rely on registration (require hooks), so registering within the preprocessor potentially conflicts and has caused problems before. This just tidies up some complexity we don't need. Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D47162728 fbshipit-source-id: 06215f9bb7b8e71bcca0429d0bae9f20a22f45a8
- Loading branch information