Skip to content

Commit

Permalink
Add modulePathIgnorePatterns back to jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseatroy committed Jun 4, 2019
1 parent 6b86f15 commit da9a918
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -17,6 +17,9 @@
"transformIgnorePatterns": [
"node_modules/(?!(react-native-extended-stylesheet|react-native|react-navigation|react-native-vector-icons|react-native-loading-spinner-overlay)/)"
],
"modulePathIgnorePatterns": [
"node_modules/react-native-deck-swiper/node_modules/react-native"
],
"moduleNameMapper": {
"^[./a-zA-Z0-9$_-]+.png$": "RelativeImageStub"
}
Expand Down

0 comments on commit da9a918

Please sign in to comment.