Skip to content

Commit

Permalink
fix(typings): paste missing text argument (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Sep 21, 2020
1 parent af5f594 commit 6345e2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ declare const userEvent: {
tab: (userOpts?: ITabUserOptions) => void
paste: (
element: TargetElement,
init?: {},
text: string,
init?: MouseEventInit,
pasteOptions?: {
initialSelectionStart?: number
initialSelectionEnd?: number
Expand Down

0 comments on commit 6345e2c

Please sign in to comment.