@testing-library/user-event
Advanced tools
Comparing version 7.2.1 to 8.0.0
@@ -62,2 +62,3 @@ import React from "react"; | ||
"mousedown", | ||
"focus", | ||
"mouseup", | ||
@@ -119,2 +120,3 @@ "click", | ||
"mousedown", | ||
"focus", | ||
"mouseup", | ||
@@ -121,0 +123,0 @@ "click", |
@@ -67,2 +67,3 @@ import React from "react"; | ||
"mousedown", | ||
"focus", | ||
"mouseup", | ||
@@ -69,0 +70,0 @@ "click", |
@@ -75,2 +75,3 @@ import { render, cleanup } from "@testing-library/vue"; | ||
"mousedown", | ||
"focus", | ||
"mouseup", | ||
@@ -144,2 +145,3 @@ "click", | ||
"mousedown", | ||
"focus", | ||
"mouseup", | ||
@@ -146,0 +148,0 @@ "click", |
@@ -79,2 +79,3 @@ import { render, cleanup } from "@testing-library/vue"; | ||
"mousedown", | ||
"focus", | ||
"mouseup", | ||
@@ -81,0 +82,0 @@ "click", |
@@ -54,2 +54,4 @@ "use strict"; | ||
_dom.fireEvent.focus(element); | ||
_dom.fireEvent.mouseUp(element); | ||
@@ -109,2 +111,4 @@ | ||
_dom.fireEvent.focus(checkbox); | ||
_dom.fireEvent.mouseUp(checkbox); | ||
@@ -111,0 +115,0 @@ |
{ | ||
"name": "@testing-library/user-event", | ||
"version": "7.2.1", | ||
"version": "8.0.0", | ||
"description": "Simulate user events for react-testing-library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -39,2 +39,3 @@ import { fireEvent } from "@testing-library/dom"; | ||
fireEvent.mouseDown(element); | ||
fireEvent.focus(element); | ||
fireEvent.mouseUp(element); | ||
@@ -76,2 +77,3 @@ fireEvent.click(element); | ||
fireEvent.mouseDown(checkbox); | ||
fireEvent.focus(checkbox); | ||
fireEvent.mouseUp(checkbox); | ||
@@ -78,0 +80,0 @@ fireEvent.click(checkbox); |
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
12858538
2100