We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f790552 commit ee8a43aCopy full SHA for ee8a43a
typings/index.d.ts
@@ -12,7 +12,7 @@ declare namespace jest {
12
supports?: string;
13
}
14
15
- interface Matchers<R> {
+ interface Matchers<R, T> {
16
toHaveStyleRule(property: string, value?: Value, options?: Options): R;
17
18
0 commit comments