
Custom Vitest matcher for testing accessibility with aXe. Forked from jest-axe.
vitest-axe is an essential tool for developers looking to incorporate accessibility testing into their workflow seamlessly. This library is a fork of jest-axe, designed specifically for use with Vitest, ensuring compatibility without conflicts between Jest's environment and types. With its straightforward setup and easy integration, it empowers developers to ensure that their applications meet accessibility standards, enhancing user experience for everyone.
Whether you're working on a new project or maintaining an existing one, vitest-axe offers a streamlined approach to validate and include accessibility checks in your testing suite. Just be mindful of the current compatibility issues with Happy DOM, as they can affect the functionality of the library.

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.