feat(a11y): add extensible accessibility test infrastructure with axe-core" -m "- Add A11yChecker interface (types.ts) as the shared contract for accessibility checkers

This commit is contained in:
2026-07-16 15:33:28 +02:00
parent 5564eaf31a
commit 64a6ff6a20
5 changed files with 87 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
import { defineCustomElements } from "./loader";
import './src/testing/a11y/matchers';
defineCustomElements();