Skip to content

Commit 933e83e

Browse files
committed
fix(mobile): align Jest preset with React Native
1 parent 5e9547a commit 933e83e

5 files changed

Lines changed: 70 additions & 332 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ updates:
6262
# ahead of the runtime — bump it deliberately when the Node version moves.
6363
- dependency-name: "@types/node"
6464
update-types: ["version-update:semver-major"]
65+
- dependency-name: "@react-native/jest-preset"
66+
# Kept aligned with react-native; Expo upgrades both as one reviewed stack.
6567

6668
# The documentation site is a standalone pnpm workspace and is therefore
6769
# not covered by the root npm configuration above.

apps/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@expo/plist": "^0.8.1",
46-
"@react-native/jest-preset": "^0.87.0",
46+
"@react-native/jest-preset": "0.86.2",
4747
"@testing-library/react-native": "^14.0.1",
4848
"@types/jest": "^30.0.0",
4949
"@types/node": "^26.2.0",

0 commit comments

Comments
 (0)