Skip to content

Commit 35223c7

Browse files
authored
Use @testing-library/jest-dom in README.md
Instead of `jest-dom` which is now deprecated
1 parent 8466f70 commit 35223c7

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
@@ -68,7 +68,7 @@ npm install --save-dev @testing-library/vue
6868
This library has `peerDependencies` listings for `Vue` and
6969
`vue-template-compiler`.
7070

71-
You may also be interested in installing `jest-dom` so you can use [the custom
71+
You may also be interested in installing `@testing-library/jest-dom` so you can use [the custom
7272
Jest matchers][jest-dom].
7373

7474
## A basic example

0 commit comments

Comments
 (0)