should jest config from "package.json" be moved to a dedicated "jest.config.js" file? #583
Adnan-Bacic
started this conversation in
Ideas
Replies: 2 comments
-
makes sense to me 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
pr merged: facebook/react-native#35856 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
according to: https://jestjs.io/docs/configuration
currently, new react-native projects have the jest config in
package.json
. i suggest this is moved to a dedicatedjest.config.js
file.Beta Was this translation helpful? Give feedback.
All reactions