We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6a003 commit 7df771fCopy full SHA for 7df771f
typings/index.d.ts
@@ -12,6 +12,7 @@ export interface ITabUserOptions {
12
export type TargetElement = Element | Window;
13
14
declare const userEvent: {
15
+ clear: (element: TargetElement) => void;
16
click: (element: TargetElement) => void;
17
dblClick: (element: TargetElement) => void;
18
selectOptions: (element: TargetElement, values: string | string[]) => void;
0 commit comments