Skip to content

Commit 50486b5

Browse files
committed
test: ignore button group for a11y tests
1 parent 5d23f56 commit 50486b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const SKIPPED_COMPONENTS: Record<string, string> = {
4343
'UserCombobox.vue': 'Unused component - intended for future admin features',
4444
'SkeletonBlock.vue': 'Already covered indirectly via other component tests',
4545
'SkeletonInline.vue': 'Already covered indirectly via other component tests',
46+
'Button/Group.vue': "Wrapper component, tests wouldn't make much sense here",
4647
}
4748

4849
/**

0 commit comments

Comments
 (0)