Skip to content

Commit 1e02c27

Browse files
authored
chore: update to Jest 28 (#1092)
1 parent b3bf438 commit 1e02c27

File tree

2 files changed

+475
-790
lines changed

2 files changed

+475
-790
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@
6060
"projects": [
6161
{
6262
"displayName": "test",
63-
"moduleNameMapper": {
64-
"eslint/use-at-your-own-risk": "eslint/lib/unsupported-api.js"
65-
},
6663
"testPathIgnorePatterns": [
6764
"<rootDir>/lib/.*",
6865
"<rootDir>/src/rules/__tests__/fixtures/*",
@@ -100,7 +97,7 @@
10097
"@types/prettier": "^2.0.0",
10198
"@typescript-eslint/eslint-plugin": "^5.0.0",
10299
"@typescript-eslint/parser": "^5.0.0",
103-
"babel-jest": "^27.0.0",
100+
"babel-jest": "^28.0.0",
104101
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
105102
"dedent": "^0.7.0",
106103
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0",
@@ -115,7 +112,7 @@
115112
"eslint-remote-tester-repositories": "^0.0.5",
116113
"husky": "^7.0.2",
117114
"is-ci": "^3.0.0",
118-
"jest": "^27.0.0",
115+
"jest": "^28.0.0",
119116
"jest-runner-eslint": "^1.0.0",
120117
"lint-staged": "^12.0.0",
121118
"pinst": "^3.0.0",

0 commit comments

Comments
 (0)