We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d37605 commit e9af5a4Copy full SHA for e9af5a4
jest-config-base.js
@@ -4,6 +4,6 @@ module.exports = {
4
testRegex: 'src/.*\\.test\\.tsx?$',
5
coveragePathIgnorePatterns: ['/node_modules/', '__tests__'],
6
transformIgnorePatterns: [
7
- 'node_modules/(?!(react-native|react-native-webview|ramda|react-native-render-html)/)'
+ 'node_modules/(?!(react-native|react-native-webview|ramda|react-native-render-html|@react-native)/)'
8
]
9
};
0 commit comments