We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2df3a commit 3da3666Copy full SHA for 3da3666
extend-expect.d.ts
@@ -8,6 +8,7 @@ declare namespace jest {
8
toBeVisible(): R
9
toBeEmpty(): R
10
toBeDisabled(): R
11
+ toBeEnabled(): R
12
toContainElement(element: HTMLElement | SVGElement | null): R
13
toContainHTML(htmlText: string): R
14
toHaveAttribute(attr: string, value?: string): R
0 commit comments