Skip to content

Commit 06c13b3

Browse files
rafecafacebook-github-bot
authored andcommitted
Upgrade jest to v24.0.0-alpha.6
Summary: yayyay Reviewed By: mjesun Differential Revision: D13027838 fbshipit-source-id: ce51a82fa4c6dfa62e202e52c2733d161ae52883
1 parent b649fa9 commit 06c13b3

File tree

2 files changed

+416
-205
lines changed

2 files changed

+416
-205
lines changed

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@
170170
"glob": "^7.1.1",
171171
"graceful-fs": "^4.1.3",
172172
"inquirer": "^3.0.6",
173+
"jest": "24.0.0-alpha.6",
174+
"jest-junit": "5.2.0",
173175
"lodash": "^4.17.5",
174176
"metro": "^0.49.1",
175177
"metro-babel-register": "^0.49.1",
@@ -186,7 +188,7 @@
186188
"opn": "^3.0.2",
187189
"optimist": "^0.6.1",
188190
"plist": "^3.0.0",
189-
"pretty-format": "24.0.0-alpha.4",
191+
"pretty-format": "24.0.0-alpha.6",
190192
"promise": "^7.1.1",
191193
"prop-types": "^15.5.8",
192194
"react-clone-referenced-element": "^1.0.1",
@@ -218,8 +220,8 @@
218220
"eslint-plugin-react": "7.8.2",
219221
"eslint-plugin-react-native": "3.5.0",
220222
"flow-bin": "^0.85.0",
221-
"jest": "24.0.0-alpha.4",
222-
"jest-junit": "5.1.0",
223+
"jest": "24.0.0-alpha.6",
224+
"jest-junit": "5.2.0",
223225
"prettier": "1.13.6",
224226
"react": "16.6.1",
225227
"react-native-dummy": "0.1.0",

0 commit comments

Comments
 (0)