@types/user-event
Advanced tools
Comparing version 1.4.1 to 4.1.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for user-event 1.4 | ||
// Type definitions for user-event 4.1 | ||
// Project: https://github.com/testing-library/user-event | ||
@@ -13,9 +13,8 @@ // Definitions by: Wu Haotian <https://github.com/whtsky> | ||
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/user-event", | ||
"version": "1.4.1", | ||
"version": "4.1.0", | ||
"description": "TypeScript definitions for user-event", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "cab82ca0f1c3e177bce518ade1247c30ce32b23c1b493931a9dc4f95c117acab", | ||
"typesPublisherContentHash": "ce25542a698421ba18b455975c88943902a9c628bae4ae284ba08bc13f8c87a6", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for user-event ( https://github.com/testing-library/user-event ). | ||
This package contains type definitions for user-event (https://github.com/testing-library/user-event). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Mon, 20 May 2019 17:18:28 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
3000
15