We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ced89c commit e2dabe5Copy full SHA for e2dabe5
docs/user-event/install.mdx
@@ -25,3 +25,12 @@ yarn add --dev @testing-library/user-event
25
26
</TabItem>
27
</Tabs>
28
+
29
+Note that `@testing-library/user-event` requires `@testing-library/dom`.
30
31
+If you use one of the
32
+[framework wrappers](../dom-testing-library/install.mdx#wrappers), it is
33
+important that `@testing-library/dom` is resolved to the same installation
34
+required by the framework wrapper of your choice.
35
+Usually this means that if you use one of the framework wrappers, you should not
36
+add `@testing-library/dom` to your project dependencies.
0 commit comments