Skip to content

Commit

Permalink
chore: remove extra generic from types
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 11, 2021
1 parent b7e2332 commit 1f8fb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare namespace jest {
// noinspection JSUnusedGlobalSymbols
interface Matchers<R, T> {
interface Matchers<R> {
/**
* Note: Currently unimplemented
* Passing assertion
Expand Down

0 comments on commit 1f8fb24

Please sign in to comment.