8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When following the setup guide, I've attempted to add the following line to a unit test file as a proof-of-concept test:
import { axe, toHaveNoViolations } from 'vitest-axe';
But my IDE complains that toHaveNoViolations is not exported by vitest-axe:
toHaveNoViolations
vitest-axe