Skip to content

Commit ee9922b

Browse files
committed
feat: rebuild
1 parent 5bca78d commit ee9922b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ import { fileURLToPath } from 'node:url'
2323
*/
2424
const SKIPPED_COMPONENTS: Record<string, string> = {
2525
// OgImage components are server-side rendered images, not interactive UI
26+
'OgImage/BlogPost.takumi.vue': 'OG Image component - server-rendered image, not interactive UI',
2627
'OgImage/Package.takumi.vue': 'OG Image component - server-rendered image, not interactive UI',
2728
'OgImage/Page.takumi.vue': 'OG Image component - server-rendered image, not interactive UI',
2829
'OgImage/Splash.takumi.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)