Skip to content

Commit ee8a43a

Browse files
Tobias Lengsholzquantizor
authored andcommitted
Update Matchers interface (#270)
1 parent f790552 commit ee8a43a

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
@@ -12,7 +12,7 @@ declare namespace jest {
1212
supports?: string;
1313
}
1414

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

0 commit comments

Comments
 (0)