Skip to content

Commit b451dd9

Browse files
committed
Downgrade Jest to 24
There's a bug where `toEqual` throws when comparing readonly properties, which affects our JSX matchers. jestjs/jest#9575 The bug is fixed in master, but not yet released. Until then, downgrading to 24.
1 parent dbd85a0 commit b451dd9

File tree

2 files changed

+761
-912
lines changed

2 files changed

+761
-912
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"google-closure-compiler": "^20200112.0.0",
6565
"gzip-size": "^5.1.1",
6666
"jasmine-check": "^1.0.0-rc.0",
67-
"jest": "^25.1.0",
68-
"jest-diff": "^25.1.0",
67+
"jest": "^24.0.0",
68+
"jest-diff": "^24.0.0",
6969
"jest-snapshot-serializer-raw": "^1.1.0",
7070
"minimatch": "^3.0.4",
7171
"minimist": "^1.2.0",

0 commit comments

Comments
 (0)