Skip to content

Commit 11580f2

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 7b7acde commit 11580f2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/confusing-browser-globals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"index.js"
1717
],
1818
"devDependencies": {
19-
"jest": "22.4.3"
19+
"jest": "23.5.0"
2020
}
2121
}

packages/react-dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"text-table": "0.2.0"
6363
},
6464
"devDependencies": {
65-
"jest": "22.4.3"
65+
"jest": "23.5.0"
6666
},
6767
"scripts": {
6868
"test": "jest"

packages/react-error-overlay/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"anser": "1.4.6",
3737
"babel-core": "^7.0.0-bridge.0",
3838
"babel-eslint": "^8.2.2",
39-
"babel-jest": "^22.4.3",
39+
"babel-jest": "^23.4.2",
4040
"babel-loader": "^8.0.0-beta.0",
4141
"babel-preset-react-app": "^3.1.1",
4242
"chalk": "^2.3.2",
@@ -50,7 +50,7 @@
5050
"eslint-plugin-react": "7.8.2",
5151
"flow-bin": "^0.63.1",
5252
"html-entities": "1.2.1",
53-
"jest": "22.4.3",
53+
"jest": "23.5.0",
5454
"jest-fetch-mock": "1.5.0",
5555
"object-assign": "4.1.1",
5656
"promise": "8.0.1",

packages/react-scripts/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)