Skip to content

Commit 2a36b0c

Browse files
skoginggaearon
authored andcommitted
Update jest version (facebook#4846)
* Update jest version * Update babel-jest version * Use testURL: http://localhost in jest configs. * Update to jest version 23.5 This version of jest includes a fix for jsdom/jsdom#2304 * "testURL": "http://localhost" is default with jest v23.5
1 parent 8e81359 commit 2a36b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"autoprefixer": "8.5.0",
2727
"babel-core": "7.0.0-bridge.0",
2828
"babel-eslint": "8.2.3",
29-
"babel-jest": "22.4.3",
29+
"babel-jest": "23.4.2",
3030
"babel-loader": "8.0.0-beta.4",
3131
"babel-plugin-named-asset-import": "^0.1.0",
3232
"babel-preset-react-app": "^3.1.1",
@@ -50,7 +50,7 @@
5050
"html-webpack-plugin": "3.2.0",
5151
"identity-obj-proxy": "3.0.0",
5252
"loader-utils": "^1.1.0",
53-
"jest": "22.4.3",
53+
"jest": "23.5.0",
5454
"mini-css-extract-plugin": "^0.4.0",
5555
"object-assign": "4.1.1",
5656
"postcss-flexbugs-fixes": "3.3.1",

0 commit comments

Comments
 (0)