We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f5d1a commit 7fc4fcbCopy full SHA for 7fc4fcb
1 file changed
jest.config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
preset: 'react-native',
3
transformIgnorePatterns: [
4
- 'node_modules/(?!(@react-native|react-native|react-native-ui-lib|react-native-animatable|react-native-reanimated)/)',
+ 'node_modules/(?!(@react-native|react-native|react-native-ui-lib|react-native-animatable|react-native-reanimated|react-native-webview)/)',
5
],
6
transform: {
7
'\\.[jt]sx?$': 'babel-jest',
0 commit comments