Skip to content

Commit ba67147

Browse files
authored
chore: skip remaining components for testing table (#4502)
1 parent 9852c89 commit ba67147

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

showcases/patternhub/scripts/generate-test-table.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ const generateTestTable = () => {
2222
for (const { name } of elements) {
2323
const componentName = getComponentName(name);
2424
if (
25+
[
26+
'page',
27+
'custom-select-form-field',
28+
'custom-select-dropdown'
29+
].includes(componentName) ||
2530
componentName.endsWith('-list') ||
2631
componentName.endsWith('-panel') ||
2732
componentName.endsWith('-item')

0 commit comments

Comments
 (0)