Fix last tests
.babelrc
deleted
100644 → 0
babel.config.js
0 → 100644
... | ... | @@ -40,7 +40,7 @@ |
"^.+\\.js$": "<rootDir>/jest/preprocessor.js" | ||
}, | ||
"transformIgnorePatterns": [ | ||
"node_modules/(?!react-native|react-navigation/)" | ||
"node_modules/(?!react-native|react-navigation|i18next-react-native-language-detector|react-navigation-drawer/)" | ||
], | ||
"moduleNameMapper": { | ||
"react-i18next": "<rootDir>/__mocks__/react-i18next-mock.js" | ||
... | ... |
Please register or sign in to comment