We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741cabd commit 0ced89cCopy full SHA for 0ced89c
docs/react-testing-library/migrate-from-enzyme.mdx
@@ -297,7 +297,7 @@ resemble the way your software is actually used.
297
To use the `@testing-library/user-event` module, first install it:
298
299
```bash npm2yarn
300
-npm install --save-dev @testing-library/user-event @testing-library/dom
+npm install --save-dev @testing-library/user-event
301
```
302
303
Now you can import it into your test:
0 commit comments