@guidepup/virtual-screen-reader
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -1,4 +0,4 @@ | ||
import { Virtual } from "./Virtual"; | ||
import { StartOptions, Virtual } from "./Virtual"; | ||
export declare const virtual: Virtual; | ||
type _Virtual = typeof virtual; | ||
export { _Virtual as Virtual }; | ||
export { StartOptions, _Virtual as Virtual }; |
import { CommandOptions, ScreenReader } from "@guidepup/guidepup"; | ||
export interface StartOptions extends CommandOptions { | ||
/** | ||
* The bounding HTML element to use the Virtual Screen Reader in. | ||
* | ||
* To use the entire page pass `document.body`. | ||
*/ | ||
container: HTMLElement; | ||
@@ -4,0 +9,0 @@ } |
{ | ||
"name": "@guidepup/virtual-screen-reader", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Virtual screen reader driver for unit test automation.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -21,3 +21,3 @@ <h1 align="center">Guidepup Virtual Screen Reader</h1> | ||
## Upcoming Features | ||
## Features | ||
@@ -24,0 +24,0 @@ - **Mirrors Real User Experience** - assert on what users really do and hear when using screen readers. |
54202
1292