Skip to content

Commit

Permalink
Remove additional size value from getToggleGroupOptions test as I bel…
Browse files Browse the repository at this point in the history
…ieve it is no longer expected
  • Loading branch information
andrewserong committed Oct 10, 2022
1 parent f857c6d commit 3f522d3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/components/src/font-size-picker/test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,36 +122,31 @@ describe( 'getToggleGroupOptions', () => {
key: '1',
label: 'S',
name: '1',
size: '1',
value: '1',
},
{
key: '2',
label: 'M',
name: '2',
size: '2',
value: '2',
},
{
key: '3',
label: 'L',
name: '3',
size: '3',
value: '3',
},
{
key: '4',
label: 'XL',
name: '4',
size: '4',
value: '4',
},
{
key: '5',
label: 'XXL',
name: 'XXL',
value: '5',
size: '5',
},
] );
} );
Expand Down

0 comments on commit 3f522d3

Please sign in to comment.