Skip to content

Commit 424bbc7

Browse files
update user event docs on rtl requirement
1 parent 1b9e396 commit 424bbc7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/user-event/install.mdx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,3 @@ title: Installation
66
```bash npm2yarn
77
npm install --save-dev @testing-library/user-event
88
```
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

Comments
 (0)