Skip to content

Commit

Permalink
Add peer dep support for jest 27 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Whoaa512 committed Jun 15, 2021
1 parent b1fafe7 commit ad17fc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:
- 'ESLINT=7 JEST=25'
- 'ESLINT=6 JEST=26'
- 'ESLINT=7 JEST=26'
- 'ESLINT=6 JEST=27'
- 'ESLINT=7 JEST=27'
matrix:
# jest 25: node 8+
include:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"peerDependencies": {
"eslint": "^6 || ^7",
"jest": "^25.1 || ^26"
"jest": "^25.1 || ^26 || ^27"
},
"prettier": {
"proseWrap": "never",
Expand Down

0 comments on commit ad17fc4

Please sign in to comment.