Skip to content

Commit 0c69097

Browse files
committed
fix(test): ignore a11y due to the need of full app context.
1 parent 24a56be commit 0c69097

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
@@ -41,6 +41,7 @@ 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+
'CommandBar.vue': 'Requires full app context to collect and render commands',
4445
}
4546

4647
/**

0 commit comments

Comments
 (0)