We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35223c7 commit 632546eCopy full SHA for 632546e
README.md
@@ -122,7 +122,7 @@ test('increments value on click', async () => {
122
})
123
```
124
125
-> You might want to install [`jest-dom`][jest-dom] to add handy assertions such
+> You might want to install [`@testing-library/jest-dom`][jest-dom] to add handy assertions such
126
> as `.toBeInTheDocument()`. In the example above, you could write
127
> `expect(screen.queryByText('Times clicked: 0')).toBeInTheDocument()`.
128
0 commit comments