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 fef1f8a commit 99504d7Copy full SHA for 99504d7
extend-expect.d.ts
@@ -4,6 +4,7 @@ declare namespace jest {
4
toHaveTextContent: (text: string) => R
5
toHaveClass: (className: string) => R
6
toBeInTheDOM: () => R
7
+ toBeVisible: () => R
8
toHaveStyle: (css: string) => R
9
}
10
0 commit comments