Skip to content

Commit 3da3666

Browse files
Thomas-Ritsertgnapse
authored andcommitted
fix: Add type declaration for toBeEnabled (#80)
1 parent bd2df3a commit 3da3666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extend-expect.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ declare namespace jest {
88
toBeVisible(): R
99
toBeEmpty(): R
1010
toBeDisabled(): R
11+
toBeEnabled(): R
1112
toContainElement(element: HTMLElement | SVGElement | null): R
1213
toContainHTML(htmlText: string): R
1314
toHaveAttribute(attr: string, value?: string): R

0 commit comments

Comments
 (0)