Skip to content

Instantly share code, notes, and snippets.

@tidusia
Last active March 11, 2021 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tidusia/7a15cf26ea666240232aa84b68c51f04 to your computer and use it in GitHub Desktop.
Save tidusia/7a15cf26ea666240232aa84b68c51f04 to your computer and use it in GitHub Desktop.
import { axe } from "jest-axe";
test("should be accessible", async () => {
const { container } = render(<Component />);
expect(await axe(container)).toHaveNoViolations();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment