From 424bbc7f42a209b4262c20a8b5caa90485966667 Mon Sep 17 00:00:00 2001 From: Jack Laurence Date: Tue, 19 Aug 2025 13:37:18 +0200 Subject: [PATCH] update user event docs on rtl requirement --- docs/user-event/install.mdx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/user-event/install.mdx b/docs/user-event/install.mdx index 9e92a29b0..3fe3bdbbc 100644 --- a/docs/user-event/install.mdx +++ b/docs/user-event/install.mdx @@ -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.