Skip to content

Commit

Permalink
fix(mobile): react-native ignore pattern in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vydimitrov committed Mar 25, 2021
1 parent e821f1b commit 16cf3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/jest.config.js
Expand Up @@ -3,7 +3,7 @@ module.exports = {
setupFiles: ['./jest/setup.js'],
setupFilesAfterEnv: ['@testing-library/jest-native/extend-expect'],
transformIgnorePatterns: [
'node_modules/(?!(react-native|react-native-svg)/)',
'node_modules/(?!(@react-native|react-native|react-native-svg)/)',
],
transform: {
'^.+\\.(js|jsx)$': 'babel-jest',
Expand Down

0 comments on commit 16cf3cc

Please sign in to comment.