Skip to content

Commit e9af5a4

Browse files
committed
ci(jest): fix base config
1 parent 5d37605 commit e9af5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest-config-base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ module.exports = {
44
testRegex: 'src/.*\\.test\\.tsx?$',
55
coveragePathIgnorePatterns: ['/node_modules/', '__tests__'],
66
transformIgnorePatterns: [
7-
'node_modules/(?!(react-native|react-native-webview|ramda|react-native-render-html)/)'
7+
'node_modules/(?!(react-native|react-native-webview|ramda|react-native-render-html|@react-native)/)'
88
]
99
};

0 commit comments

Comments
 (0)