plz ignore expo modules

This commit is contained in:
Violet Caulfield
2025-04-06 10:36:32 -05:00
parent d95ba54c1d
commit 789891f8ab
+1 -1
View File
@@ -5,6 +5,6 @@ module.exports = {
setupFilesAfterEnv: ["./jest/setup.js"],
extensionsToTreatAsEsm: ['.ts', '.tsx'],
transformIgnorePatterns: [
'node_modules/(?!(@)?(react-native|react-native-vector-icons|react-native-url-polyfill|react-navigation|react-native-track-player|jellyfin|burnt|expo|expo(nent)?/.*)/)',
'node_modules/(?!(@)?(react-native|react-native-vector-icons|react-native-url-polyfill|react-navigation|react-native-track-player|jellyfin|burnt|expo|expo-.*)/)',
],
};