Skip to content

Commit f634c42

Browse files
committed
Added React AXE for Accessibility Testing
1 parent e8f206d commit f634c42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test-utils/axe-helper.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { configureAxe } from "jest-axe";
22

3+
// https://github.com/dequelabs/axe-core/blob/develop/doc/rule-descriptions.md
4+
35
export const axe = configureAxe({
46
rules: {
57
// for demonstration only, don't disable rules that need fixing.

0 commit comments

Comments
 (0)