Skip to content

Commit

Permalink
fix: Add type declaration for toBeEnabled (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Ritsert authored and gnapse committed Feb 15, 2019
1 parent bd2df3a commit 3da3666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extend-expect.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ declare namespace jest {
toBeVisible(): R
toBeEmpty(): R
toBeDisabled(): R
toBeEnabled(): R
toContainElement(element: HTMLElement | SVGElement | null): R
toContainHTML(htmlText: string): R
toHaveAttribute(attr: string, value?: string): R
Expand Down

0 comments on commit 3da3666

Please sign in to comment.