@types/testing-library__user-event
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for @testing-library/user-event 4.0 | ||
// Type definitions for @testing-library/user-event 4.1 | ||
// Project: https://github.com/testing-library/user-event | ||
@@ -10,12 +10,10 @@ // Definitions by: Wu Haotian <https://github.com/whtsky> | ||
} | ||
declare const userEvent: { | ||
click: (element: Element | Window) => void; | ||
dblClick: (element: Element | Window) => void; | ||
type: ( | ||
element: Element | Window, | ||
text: string, | ||
userOpts?: UserOpts | ||
) => Promise<void>; | ||
selectOptions: (element: Element | Window, values: string | string[]) => void; | ||
type: (element: Element | Window, text: string, userOpts?: UserOpts) => Promise<void>; | ||
}; | ||
export default userEvent; |
{ | ||
"name": "@types/testing-library__user-event", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "TypeScript definitions for @testing-library/user-event", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7665eac9d134e8803f705c5e5151eb7ea9d142a3a35a049a87504c4ee24b655c", | ||
"typesPublisherContentHash": "739b6ced73da1432684d4a85b90dc30ad77aa34045015efb0e6635a8af1ee011", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for @testing-library/user-event ( https://github.com/testing-library/user-event ). | ||
This package contains type definitions for @testing-library/user-event (https://github.com/testing-library/user-event). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Sat, 08 Jun 2019 01:39:45 GMT | ||
* Last updated: Wed, 26 Jun 2019 12:54:25 GMT | ||
* Dependencies: none | ||
@@ -15,0 +15,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3118
15