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:
