We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91ebd8 commit d36b012Copy full SHA for d36b012
docs/user-event/setup.mdx
@@ -27,6 +27,8 @@ This allows to write multiple consecutive interactions that behave just like the
27
described interactions by a real user.
28
29
```js
30
+import userEvent from "@testing-library/user-event";
31
+
32
const user = userEvent.setup()
33
34
await user.keyboard('[ShiftLeft>]') // Press Shift (without releasing it)
0 commit comments