We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7337398 commit a779f44Copy full SHA for a779f44
docs/user-event/api-convenience.mdx
@@ -70,7 +70,7 @@ pointer({target: element.ownerDocument.body})
70
### tab()
71
72
```ts
73
-tab(options: {shift?: boolean})
+tab(options: {shift?: boolean}): Promise<void>
74
```
75
76
```js
0 commit comments