chore: remove preprocessor.js from native jest config

This commit is contained in:
Jan Komarek
2022-10-07 22:25:55 +02:00
committed by Jan Komárek
parent eeaf4136e0
commit 6f67364bf1

View File

@@ -25,7 +25,6 @@ module.exports = {
transform: {
'\\.(js|jsx|ts|tsx)$': ['babel-jest', babelConfig],
'^.+\\.jsx?$': '<rootDir>/../../node_modules/react-native/jest/preprocessor.js',
},
transformIgnorePatterns: [
'node_modules/(?!(@react-native|react-native|react-navigation|react-native-reanimated|@react-navigation|@shopify|react-navigation-tabs|react-navigation-redux-helpers|react-native-safari-view|react-native-linear-gradient|react-native-blur|react-native-animatable|react-native-wkwebview-reborn|react-native-safe-area-view|react-native-popup-menu|redux-persist)/)',