Skip to content

Commit

Permalink
Updated Matchers interface and added @types/jest ^v24.0.23 to peerDep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
shadrech committed Nov 16, 2019
1 parent e1501d2 commit da857e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extend-expect.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
declare namespace jest {
interface Matchers<R> {
interface Matchers<R, T> {
/**
* @deprecated
*/
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"jsdom": "^15.1.0",
"kcd-scripts": "^1.4.0"
},
"peerDependencies": {
"@types/jest": "^24.0.23"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js",
"rules": {
Expand Down

0 comments on commit da857e6

Please sign in to comment.