Skip to content

Commit c956570

Browse files
[autofix.ci] apply automated fixes
1 parent c58e7e7 commit c956570

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ const SKIPPED_COMPONENTS: Record<string, string> = {
2929

3030
// Client-only components with complex dependencies
3131
'Header/AuthModal.client.vue': 'Complex auth modal with navigation - requires full app context',
32-
'Brand/Customize.vue': 'Client-only component using useAccentColor, useLocalStorage, and canvas API',
33-
'LogoContextMenu.vue': 'Client-only context menu using Teleport, clipboard API, and pointer events',
32+
'Brand/Customize.vue':
33+
'Client-only component using useAccentColor, useLocalStorage, and canvas API',
34+
'LogoContextMenu.vue':
35+
'Client-only context menu using Teleport, clipboard API, and pointer events',
3436

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

0 commit comments

Comments
 (0)