@testing-library/user-event
Advanced tools
Comparing version 7.0.0 to 7.0.1
{ | ||
"name": "@testing-library/user-event", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Simulate user events for react-testing-library", | ||
@@ -35,15 +35,15 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/cli": "7.5.5", | ||
"@babel/core": "7.5.5", | ||
"@babel/preset-env": "7.5.5", | ||
"@babel/cli": "7.6.0", | ||
"@babel/core": "7.6.0", | ||
"@babel/preset-env": "7.6.0", | ||
"@babel/preset-react": "7.0.0", | ||
"@testing-library/dom": "6.1.0", | ||
"@testing-library/dom": "6.2.0", | ||
"@testing-library/jest-dom": "4.1.0", | ||
"@testing-library/react": "9.1.3", | ||
"@testing-library/react": "9.1.4", | ||
"@testing-library/vue": "3.0.0", | ||
"all-contributors-cli": "6.8.1", | ||
"all-contributors-cli": "6.9.0", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-jest": "24.9.0", | ||
"codecov": "3.5.0", | ||
"husky": "3.0.4", | ||
"husky": "3.0.5", | ||
"jest": "24.9.0", | ||
@@ -50,0 +50,0 @@ "lint-staged": "9.2.5", |
@@ -23,3 +23,3 @@ <div align="center"> | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/75f1ff4397e994c6004e/test_coverage)](https://codeclimate.com/github/testing-library/user-event/test_coverage) | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-) | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-) | ||
@@ -122,3 +122,3 @@ ## The problem | ||
const { getByText } = test("click", () => { | ||
const { getByTestId } = test("click", () => { | ||
render(<textarea data-testid="email" />); | ||
@@ -194,2 +194,3 @@ }); | ||
<td align="center"><a href="https://github.com/bogdanbodnar"><img src="https://avatars2.githubusercontent.com/u/9034868?v=4" width="100px;" alt="Bodnar Bogdan"/><br /><sub><b>Bodnar Bogdan</b></sub></a><br /><a href="https://github.com/testing-library/user-event/issues?q=author%3Abogdanbodnar" title="Bug reports">🐛</a> <a href="https://github.com/testing-library/user-event/commits?author=bogdanbodnar" title="Code">💻</a></td> | ||
<td align="center"><a href="https://zach.website"><img src="https://avatars0.githubusercontent.com/u/1699281?v=4" width="100px;" alt="Zach Perrault"/><br /><sub><b>Zach Perrault</b></sub></a><br /><a href="https://github.com/testing-library/user-event/commits?author=zperrault" title="Documentation">📖</a></td> | ||
</tr> | ||
@@ -196,0 +197,0 @@ </table> |
Sorry, the diff of this file is not supported yet
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
12848101
204