Skip to content

Commit 364280f

Browse files
rrufusthymikee
authored andcommitted
fix(breaking): update TS type to match latest @types/jest (#92)
1 parent 8cc8f70 commit 364280f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type DiffOptions = {
1010
}
1111

1212
declare namespace jest {
13-
interface Matchers<R> {
13+
interface Matchers<R, T> {
1414
/**
1515
* Compare the difference between the actual in the `expect()`
1616
* vs the object inside `valueB` with some extra options.

0 commit comments

Comments
 (0)