Skip to content

Commit

Permalink
feat: add support for Jest 29
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 25, 2022
1 parent fc8f277 commit bebd216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -71,7 +71,7 @@
"typescript": "^4.0.2"
},
"peerDependencies": {
"jest": "^27.0.0 || ^28.0.0"
"jest": "^27.0.0 || ^28.0.0 || ^29.0.0"
},
"jest": {
"extensionsToTreatAsEsm": [
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -5702,7 +5702,7 @@ __metadata:
strip-ansi: ^7.0.1
typescript: ^4.0.2
peerDependencies:
jest: ^27.0.0 || ^28.0.0
jest: ^27.0.0 || ^28.0.0 || ^29.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit bebd216

Please sign in to comment.