Skip to content

Commit

Permalink
feat: Add Jest 29 support
Browse files Browse the repository at this point in the history
  • Loading branch information
simon360 committed Aug 30, 2022
1 parent b3a7d0f commit a0a55a1
Show file tree
Hide file tree
Showing 2 changed files with 778 additions and 735 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"url": "https://github.com/simon360/jest-environment-jsdom-global.git"
},
"peerDependencies": {
"jest-environment-jsdom": "22.x || 23.x || 24.x || 25.x || 26.x || 27.x || 28.x"
"jest-environment-jsdom": "22.x || 23.x || 24.x || 25.x || 26.x || 27.x || 28.x || 29.x"
},
"devDependencies": {
"jest": "^28.0.3",
"jest-environment-jsdom": "^28.0.2",
"prettier": "^2.6.2"
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.0.1",
"prettier": "^2.7.1"
},
"jest": {
"testEnvironment": "./environment.js"
Expand Down

0 comments on commit a0a55a1

Please sign in to comment.