Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 570 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 570 Bytes

TypeScript Example

A basic TypeScript example using the Virtual Screen Reader Jest Matchers.

Run this example with:

# Install and build core package
yarn install --frozen-lockfile

# Navigate to example, install, and test
cd examples/typescript
yarn install --frozen-lockfile
yarn test

Important

This example serves to demonstrate how you can use the Virtual Screen Reader Jest Matchers. The components themselves may not be using best accessibility practices.

Always evaluate your own components for accessibility and test with real users.