Skip to content

Commit 3247cf5

Browse files
committed
chore: fix test:unit
1 parent a81353c commit 3247cf5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ const SKIPPED_COMPONENTS: Record<string, string> = {
4444
'SkeletonBlock.vue': 'Already covered indirectly via other component tests',
4545
'SkeletonInline.vue': 'Already covered indirectly via other component tests',
4646
'Button/Group.vue': "Wrapper component, tests wouldn't make much sense here",
47+
48+
// noscript component
49+
'JSRequired.vue':
50+
'simple component used with noscript component when page requires JavaScript to function',
4751
}
4852

4953
/**

0 commit comments

Comments
 (0)