Skip to content

Commit 60a01dc

Browse files
committed
update skipped components
1 parent d9a47bc commit 60a01dc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/unit/a11y-component-coverage.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ const SKIPPED_COMPONENTS: Record<string, string> = {
2727
'OgImage/Package.vue': 'OG Image component - server-rendered image, not interactive UI',
2828

2929
// Client-only components with complex dependencies
30-
'Header/AuthModal.client.vue': 'Complex auth modal with navigation - requires full app context',
30+
'Header/AtprotoModal.client.vue':
31+
'Complex auth modal with navigation - requires full app context',
32+
'Header/GitHubModal.client.vue': 'Complex auth modal with navigation - requires full app context',
3133

3234
// Complex components requiring full app context or specific runtime conditions
3335
'Header/OrgsDropdown.vue': 'Requires connector context and API calls',

0 commit comments

Comments
 (0)