+
+ {{ packageName }}
+
+
+
+ changelog.md support is comming or the package doesn't have changelogs
+changelog.md support is comming or the package doesn't have changelogs
+test a11y
', + id: 'a11y', + title: '1.0.0', + publishedAt: '2026-02-11 10:00:00.000Z', + }, + }, + }) + const results = await runAxe(component) + expect(results.violations).toEqual([]) + }) + }) + describe('CollapsibleSection', () => { it('should have no accessibility violations', async () => { const component = await mountSuspended(CollapsibleSection, { diff --git a/test/unit/a11y-component-coverage.spec.ts b/test/unit/a11y-component-coverage.spec.ts index 0f18a000e..9bbda8195 100644 --- a/test/unit/a11y-component-coverage.spec.ts +++ b/test/unit/a11y-component-coverage.spec.ts @@ -46,6 +46,7 @@ const SKIPPED_COMPONENTS: Record