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.
1 parent e8f206d commit f634c42Copy full SHA for f634c42
src/test-utils/axe-helper.ts
@@ -1,5 +1,7 @@
1
import { configureAxe } from "jest-axe";
2
3
+// https://github.com/dequelabs/axe-core/blob/develop/doc/rule-descriptions.md
4
+
5
export const axe = configureAxe({
6
rules: {
7
// for demonstration only, don't disable rules that need fixing.
0 commit comments