Skip to content

Commit

Permalink
Update Matchers interface (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Lengsholz authored and quantizor committed Jan 25, 2020
1 parent 8eb4d2e commit e3bc35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Expand Up @@ -14,7 +14,7 @@ declare namespace jest {
supports?: string;
}

interface Matchers<R> {
interface Matchers<R, T> {
toHaveStyleRule(property: string, value?: Value, options?: Options): R;
}
}
Expand Down

0 comments on commit e3bc35e

Please sign in to comment.