Skip to content

Commit 57ae316

Browse files
authored
Add @react-native/jest-preset to devDependencies
Follows react-native-community#208 and react/react-native#55169, due in React Native 0.85. Missing in - react-native-community.github.io/upgrade-helper/?from=0.84.1&to=0.85.0-rc.1 - github.com/react-native-community/rn-diff-purge/compare/release/0.84.1..release/0.85.0-rc.0 Example: leotm/react-native-template-new-architecture#1918 [General][Fixed] - Add @react-native/jest-preset to package.json devDependencies Resolve: react-native-community#211 Resolve: react-native-community/rn-diff-purge#91
1 parent 620f5a4 commit 57ae316

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

template/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@react-native-community/cli-platform-ios": "20.1.0",
2525
"@react-native/babel-preset": "nightly",
2626
"@react-native/eslint-config": "nightly",
27+
"@react-native/jest-preset": "nightly",
2728
"@react-native/metro-config": "nightly",
2829
"@react-native/typescript-config": "nightly",
2930
"@types/jest": "^29.5.13",

0 commit comments

Comments
 (0)