Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit d6273db

Browse files
OzzieOrcaAshoat
authored andcommitted
Update Jest docs to support scoped packages (#81)
Update Mocking tests snippet in Readme to support react-navigation v3's scoped packages
1 parent 88c4a3e commit d6273db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ To make Jest tests work with your React Navigation app, you need to [change the
131131
"jest": {
132132
"preset": "react-native",
133133
"transformIgnorePatterns": [
134-
"node_modules/(?!(jest-)?react-native|react-navigation|react-navigation-redux-helpers)"
134+
"node_modules/(?!(jest-)?react-native|@?react-navigation|react-navigation-redux-helpers)"
135135
]
136136
}
137137
```

0 commit comments

Comments
 (0)