Skip to content

Commit bc3d1bc

Browse files
authored
docs: update Jest transformIgnorePatterns for React Navigation docs (#704)
1 parent e9f6d69 commit bc3d1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/ReactNavigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ module.exports = {
139139
preset: 'react-native',
140140
setupFiles: ['./node_modules/react-native-gesture-handler/jestSetup.js'],
141141
transformIgnorePatterns: [
142-
'node_modules/(?!(jest-)?react-native|@react-native-community|@react-navigation)',
142+
'node_modules/(?!(jest-)?@?react-native|@react-native-community|@react-navigation)',
143143
],
144144
};
145145
```

0 commit comments

Comments
 (0)