Skip to content

Commit 1e2d348

Browse files
committed
update skipped components
1 parent 3668f68 commit 1e2d348

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
@@ -28,7 +28,9 @@ const SKIPPED_COMPONENTS: Record<string, string> = {
2828
'OgImage/Package.vue': 'OG Image component - server-rendered image, not interactive UI',
2929

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

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

0 commit comments

Comments
 (0)