Skip to content

Commit 86b3d1d

Browse files
committed
test: ignore components already under test via other components
1 parent 156e7cc commit 86b3d1d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ const SKIPPED_COMPONENTS: Record<string, string> = {
4141
'Package/WeeklyDownloadStats.vue':
4242
'Uses vue-data-ui VueUiSparkline - has DOM measurement issues in test environment',
4343
'UserCombobox.vue': 'Unused component - intended for future admin features',
44+
'Card.vue': 'Already covered indirectly via other component tests',
45+
'SkeletonBlock.vue': 'Already covered indirectly via other component tests',
46+
'SkeletonInline.vue': 'Already covered indirectly via other component tests',
4447
}
4548

4649
/**

0 commit comments

Comments
 (0)