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 cec8241 commit 7062dddCopy full SHA for 7062ddd
second-gen/packages/swc/components/badge/test/badge.test.ts
@@ -187,7 +187,7 @@ describe('swc-badge', () => {
187
// ──────────────────────────────────────────────────────────────
188
// TEST: Accessibility
189
190
-
+ // @TODO: Add accessibility tests with axe-core / playwright
191
describe('accessibility', () => {
192
test('should be accessible to screen readers', async () => {
193
const badge = await fixture(html`<swc-badge>New</swc-badge>`);
0 commit comments