I'm getting this error when using @sa11y/vitest: Error: Invalid Chai property: toBeAccessible
Also, TypeScript server is reporting this error: Property toBeAccessible does not exist on type Assertion<HTMLElement>
I have this in my setup script:
import { setup } from "@sa11y/vitest";
setup();
What am I doing wrong?