@testing-library/user-event
Advanced tools
Comparing version 8.1.2 to 8.1.3
{ | ||
"name": "@testing-library/user-event", | ||
"version": "8.1.2", | ||
"version": "8.1.3", | ||
"description": "Simulate user events for react-testing-library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -7,3 +7,3 @@ // Definitions by: Wu Haotian <https://github.com/whtsky> | ||
interface ITabUserOptions { | ||
export interface ITabUserOptions { | ||
shift?: boolean; | ||
@@ -13,3 +13,3 @@ focusTrap?: Document | Element; | ||
type TargetElement = Element | Window; | ||
export type TargetElement = Element | Window; | ||
@@ -16,0 +16,0 @@ declare const userEvent: { |
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
12876321