Skip to content

Commit 7ec9444

Browse files
committed
fix expo test
1 parent 6ecd194 commit 7ec9444

File tree

2 files changed

+42
-31
lines changed

2 files changed

+42
-31
lines changed

test/integration/expo/package-lock.json

Lines changed: 34 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/integration/expo/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"expo-symbols": "~0.4.4",
3131
"expo-system-ui": "~5.0.7",
3232
"expo-web-browser": "~14.1.6",
33-
"react": "19.1.0",
33+
"react": "^19.0.0",
3434
"react-dom": "19.1.0",
3535
"react-native": "0.79.2",
3636
"react-native-gesture-handler": "~2.24.0",
@@ -57,6 +57,12 @@
5757
"preset": "jest-expo",
5858
"setupFiles": [
5959
"./jest.setup.js"
60-
]
60+
],
61+
"transformIgnorePatterns": [
62+
"node_modules/(?!(isows|@supabase|@supabase/realtime-js|@react-native|react-native|expo-modules-core|expo)/)"
63+
],
64+
"moduleNameMapper": {
65+
"^(\\.{1,2}/.*)\\.js$": "$1"
66+
}
6167
}
6268
}

0 commit comments

Comments
 (0)