Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions docs/user-event/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,3 @@ title: Installation
```bash npm2yarn
npm install --save-dev @testing-library/user-event
```

Note that `@testing-library/user-event` requires `@testing-library/dom`.

If you use one of the
[framework wrappers](../dom-testing-library/install.mdx#wrappers), it is
important that `@testing-library/dom` is resolved to the same installation
required by the framework wrapper of your choice.
Usually this means that if you use one of the framework wrappers, you should not
add `@testing-library/dom` to your project dependencies.