mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 21:20:50 +00:00
a0fa3c736e
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/36523 `jest/private/preprocessor.js` is only used to run tests on the workspace itself, it's not part of our exported Jest preset and is specifically excluded from publication in the `react-native` package. Now that we have the monorepo setup, this belongs at the workspace root. - `metro-react-native-babel-transformer` moved from RN `dependencies` to root `devDependencies` because it's only used by the preprocessor - `jest/create-cache-key-function` added to `devDependencies` - it's also used by the `assetTransformer` in the public preset. Changelog: [Internal] Reviewed By: hoxyq Differential Revision: D44197879 fbshipit-source-id: 0bbd9e2f500f53fa4f16562f05374dc601b67df6 |
||
---|---|---|
.. | ||
preprocessor.js |