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 8eb4d2e commit e3bc35eCopy full SHA for e3bc35e
typings/index.d.ts
@@ -14,7 +14,7 @@ declare namespace jest {
14
supports?: string;
15
}
16
17
- interface Matchers<R> {
+ interface Matchers<R, T> {
18
toHaveStyleRule(property: string, value?: Value, options?: Options): R;
19
20
0 commit comments