Skip to content

Commit 5bca78d

Browse files
committed
update file path in skipped components for a11y test
1 parent e002d17 commit 5bca78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const SKIPPED_COMPONENTS: Record<string, string> = {
2626
'OgImage/Package.takumi.vue': 'OG Image component - server-rendered image, not interactive UI',
2727
'OgImage/Page.takumi.vue': 'OG Image component - server-rendered image, not interactive UI',
2828
'OgImage/Splash.takumi.vue': 'OG Image component - server-rendered image, not interactive UI',
29-
'OgImage/BlogPost.vue': 'OG Image component - server-rendered image, not interactive UI',
29+
'OgImage/BlogPost.takumi.vue': 'OG Image component - server-rendered image, not interactive UI',
3030

3131
// Client-only components with complex dependencies
3232
'Header/AuthModal.client.vue': 'Complex auth modal with navigation - requires full app context',

0 commit comments

Comments
 (0)