dom-testing-library
Advanced tools
Comparing version 3.16.0 to 3.16.1
{ | ||
"name": "dom-testing-library", | ||
"version": "3.16.0", | ||
"version": "3.16.1", | ||
"description": "Simple and complete DOM testing utilities that encourage good testing practices.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -13,2 +13,4 @@ export type EventType = | ||
| 'blur' | ||
| 'focusIn' | ||
| 'focusOut' | ||
| 'change' | ||
@@ -15,0 +17,0 @@ | 'input' |
972806
10521