Skip to content

Commit

Permalink
fix jest test [jestjs/jest#2208]
Browse files Browse the repository at this point in the history
  • Loading branch information
corymayer committed May 14, 2017
1 parent 4d58f3c commit 62e141e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
"preset": "react-native",
"setupFiles": ["jest/setup.js"]
}
}

0 comments on commit 62e141e

Please sign in to comment.