Skip to content

Commit a779f44

Browse files
authored
docs(user-event): add missing return type (#1128)
1 parent 7337398 commit a779f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-event/api-convenience.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pointer({target: element.ownerDocument.body})
7070
### tab()
7171

7272
```ts
73-
tab(options: {shift?: boolean})
73+
tab(options: {shift?: boolean}): Promise<void>
7474
```
7575

7676
```js

0 commit comments

Comments
 (0)