We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9e396 commit 424bbc7Copy full SHA for 424bbc7
docs/user-event/install.mdx
@@ -6,12 +6,3 @@ title: Installation
6
```bash npm2yarn
7
npm install --save-dev @testing-library/user-event
8
```
9
-
10
-Note that `@testing-library/user-event` requires `@testing-library/dom`.
11
12
-If you use one of the
13
-[framework wrappers](../dom-testing-library/install.mdx#wrappers), it is
14
-important that `@testing-library/dom` is resolved to the same installation
15
-required by the framework wrapper of your choice.
16
-Usually this means that if you use one of the framework wrappers, you should not
17
-add `@testing-library/dom` to your project dependencies.
0 commit comments