Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
update jest and preset
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthepink committed Dec 2, 2016
1 parent 651916f commit 27eda36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
]
},
"jest": {
"preset": "jest-react-native",
"preset": "react-native",
"testEnvironment": "jsdom",
"transform": {
".*": "preprocessor.js"
Expand Down Expand Up @@ -99,8 +99,7 @@
"gzip-size": "^3.0.0",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"jest": "^16.1.0-alpha.691b0e22",
"jest-react-native": "^16.1.0-alpha.691b0e22",
"jest": "^17.0.3",
"jsdom": "^8.3.1",
"lodash": "^4.16.6",
"minimist": "^1.2.0",
Expand Down

0 comments on commit 27eda36

Please sign in to comment.