Skip to content

Commit e5d099d

Browse files
authored
Remove deleted components from e2e generation script (#5947)
1 parent 37e7498 commit e5d099d

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

script/generate-e2e-tests.js

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -509,21 +509,6 @@ const components = new Map([
509509
],
510510
},
511511
],
512-
[
513-
'FilterList',
514-
{
515-
stories: [
516-
{
517-
id: 'components-filterlist--default',
518-
name: 'Default',
519-
},
520-
{
521-
id: 'components-filterlist--playground',
522-
name: 'Playground',
523-
},
524-
],
525-
},
526-
],
527512
[
528513
'Flash',
529514
{
@@ -1401,17 +1386,6 @@ const components = new Map([
14011386
],
14021387
},
14031388
],
1404-
[
1405-
'TabPages',
1406-
{
1407-
stories: [
1408-
{
1409-
id: 'components-tabpages--default',
1410-
name: 'Default',
1411-
},
1412-
],
1413-
},
1414-
],
14151389
[
14161390
'Timeline',
14171391
{

0 commit comments

Comments
 (0)