Skip to content

Commit

Permalink
chore: update to Jest 28 (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Apr 25, 2022
1 parent b3bf438 commit 1e02c27
Show file tree
Hide file tree
Showing 2 changed files with 475 additions and 790 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@
"projects": [
{
"displayName": "test",
"moduleNameMapper": {
"eslint/use-at-your-own-risk": "eslint/lib/unsupported-api.js"
},
"testPathIgnorePatterns": [
"<rootDir>/lib/.*",
"<rootDir>/src/rules/__tests__/fixtures/*",
Expand Down Expand Up @@ -100,7 +97,7 @@
"@types/prettier": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"babel-jest": "^27.0.0",
"babel-jest": "^28.0.0",
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
"dedent": "^0.7.0",
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0",
Expand All @@ -115,7 +112,7 @@
"eslint-remote-tester-repositories": "^0.0.5",
"husky": "^7.0.2",
"is-ci": "^3.0.0",
"jest": "^27.0.0",
"jest": "^28.0.0",
"jest-runner-eslint": "^1.0.0",
"lint-staged": "^12.0.0",
"pinst": "^3.0.0",
Expand Down
Loading

0 comments on commit 1e02c27

Please sign in to comment.