mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-08 03:49:59 -06:00
add jellyfin sdk to transform ignore
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-url-polyfill|@react-navigation|react-native-track-player)/)',
|
||||
'node_modules/(?!((@)?react-native|react-native-url-polyfill|@react-navigation|react-native-track-player|@jellyfin)/)',
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user