mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-01-06 05:40:26 -06:00
ignore all react-native-.* package transforms
This commit is contained in:
@@ -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-.*)/)',
|
||||
'node_modules/(?!(@)?(react-native|react-native-.*|react-navigation|jellyfin|burnt|expo|expo-.*)/)',
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user