Skip to content

Commit 7b01d87

Browse files
committed
chore(build): upgrade jest to fix regression issue introduced
Similar to this issue: facebook/create-react-app#6591
1 parent f6bcd2b commit 7b01d87

File tree

2 files changed

+873
-680
lines changed

2 files changed

+873
-680
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-prettier": "^3.0.1",
4646
"glob": "^7.1.3",
4747
"husky": "^1.3.1",
48-
"jest": "^23.6.0",
48+
"jest": "^24.5.0",
4949
"lerna": "^3.10.7",
5050
"lint-staged": "^8.1.4",
5151
"prettier": "1.16.0",
@@ -57,7 +57,7 @@
5757
"rollup-plugin-node-resolve": "^4.0.0",
5858
"rollup-plugin-terser": "^4.0.2",
5959
"rollup-plugin-typescript2": "^0.19.2",
60-
"ts-jest": "^23.10.5",
60+
"ts-jest": "^24.0.0",
6161
"typescript": "^3.2.4"
6262
},
6363
"husky": {

0 commit comments

Comments
 (0)