Skip to content

Commit

Permalink
fix jest confusion from shoutem
Browse files Browse the repository at this point in the history
  • Loading branch information
mleu committed Mar 15, 2017
1 parent 2a15b9c commit 6103fd8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -21,6 +21,9 @@
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!react-native|@shoutem/theme|@shoutem/animation|@shoutem/ui)"
]
}
}

0 comments on commit 6103fd8

Please sign in to comment.