Skip to content

Commit f881e68

Browse files
bopfergnapse
authored andcommitted
fix: Update type for Matchers to match @types/jest (#150)
1 parent 7bdea30 commit f881e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extend-expect.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
declare namespace jest {
2-
interface Matchers<R> {
2+
interface Matchers<R, T> {
33
/**
44
* @deprecated
55
*/

0 commit comments

Comments
 (0)