dom-testing-library
Advanced tools
Comparing version 3.13.1 to 3.13.2
{ | ||
"name": "dom-testing-library", | ||
"version": "3.13.1", | ||
"version": "3.13.2", | ||
"description": "Simple and complete DOM testing utilities that encourage good testing practices.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -108,2 +108,3 @@ <div align="center"> | ||
- [Configuration](#configuration) | ||
- [Great companion](#great-companion) | ||
- [Implementations](#implementations) | ||
@@ -959,2 +960,6 @@ - [Using Without Jest](#using-without-jest) | ||
## Great companion | ||
A helper library named [`user-event`](https://github.com/Gpx/user-event) has been written in companion with `dom-testing-library` which eases common interactions, such as typing, clicking etc. The `type`-interaction will allow to easily dispatch the appropriate keyboard events for inserting text, or dispatch these events for each character of the to be typed text. | ||
## Implementations | ||
@@ -961,0 +966,0 @@ |
@@ -12,2 +12,3 @@ // TypeScript Version: 2.8 | ||
export * from './wait' | ||
export * from './wait-for-dom-change' | ||
export * from './wait-for-element' | ||
@@ -14,0 +15,0 @@ export * from './matches' |
940197
9962
1190