Skip to content

Commit e3bc35e

Browse files
Tobias Lengsholzquantizor
authored andcommitted
Update Matchers interface (#269)
1 parent 8eb4d2e commit e3bc35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ declare namespace jest {
1414
supports?: string;
1515
}
1616

17-
interface Matchers<R> {
17+
interface Matchers<R, T> {
1818
toHaveStyleRule(property: string, value?: Value, options?: Options): R;
1919
}
2020
}

0 commit comments

Comments
 (0)