Skip to content

Commit 99504d7

Browse files
smacpherson64Kent C. Dodds
authored andcommitted
fix(TS): Add toBeVisible declaration (#20)
1 parent fef1f8a commit 99504d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extend-expect.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ declare namespace jest {
44
toHaveTextContent: (text: string) => R
55
toHaveClass: (className: string) => R
66
toBeInTheDOM: () => R
7+
toBeVisible: () => R
78
toHaveStyle: (css: string) => R
89
}
910
}

0 commit comments

Comments
 (0)