Skip to content

Commit

Permalink
Update extend-expect.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Sep 26, 2022
1 parent 0b24652 commit 6cc1514
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 @@ -6,6 +6,7 @@ declare global {
interface Matchers<R, T> {
toBeDisabled(): R;
toContainElement(element: ReactTestInstance | null): R;
/** @deprecated This function has been renamed to `toBeEmptyElement`. */
toBeEmpty(): R;
toBeEmptyElement(): R;
toHaveProp(attr: string, value?: any): R;
Expand Down

0 comments on commit 6cc1514

Please sign in to comment.