Skip to content

Commit 3c225f2

Browse files
committed
feat(scripts/test): upgrade Jest and ts-jest to 27
BREAKING CHANGE: upgrades Jest to 27, see the Jest changelog for more info: https://jestjs.io/blog/2021/05/25/jest-27#features-coming-with-breaking-changes
1 parent 98b5997 commit 3c225f2

File tree

2 files changed

+710
-752
lines changed

2 files changed

+710
-752
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@
7575
"eslint-plugin-react-hooks": "^4.2.0",
7676
"glob": "^7.1.7",
7777
"is-ci": "^3.0.0",
78-
"jest": "^26.6.3",
78+
"jest": "^27.0.1",
7979
"jest-watch-typeahead": "^0.6.3",
8080
"lint-staged": "^11.0.0",
8181
"lodash.has": "^4.5.2",
8282
"mkdirp": "^1.0.3",
8383
"prettier": "^2.3.0",
8484
"read-pkg-up": "^7.0.1",
8585
"rimraf": "^3.0.2",
86-
"ts-jest": "^26.5.6",
86+
"ts-jest": "^27.0.1",
8787
"tslib": "^2.2.0",
8888
"typescript": "^4",
8989
"which": "^2.0.2",

0 commit comments

Comments
 (0)