Skip to content

Commit 632546e

Browse files
authored
Missed a spot
1 parent 35223c7 commit 632546e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ test('increments value on click', async () => {
122122
})
123123
```
124124

125-
> You might want to install [`jest-dom`][jest-dom] to add handy assertions such
125+
> You might want to install [`@testing-library/jest-dom`][jest-dom] to add handy assertions such
126126
> as `.toBeInTheDocument()`. In the example above, you could write
127127
> `expect(screen.queryByText('Times clicked: 0')).toBeInTheDocument()`.
128128

0 commit comments

Comments
 (0)