update jest config

This commit is contained in:
Violet Caulfield
2025-04-06 10:23:13 -05:00
parent 98db18a3cc
commit 69b94517cf

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-modules-core)/)',
'node_modules/(?!(@)?(react-native|react-native-vector-icons|react-native-url-polyfill|react-navigation|react-native-track-player|jellyfin|burnt|expo|expo-font|expo-modules-core)/)',
],
};