Skip to content

Commit 377a7c8

Browse files
EnricoGianoglioGianoglioEnrico
authored andcommitted
fix label tests
1 parent dcdb39c commit 377a7c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-components/react-label/library/src/components/Label

packages/react-components/react-label/library/src/components/Label/Label.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('Label', () => {
1111
testOptions: {
1212
'has-static-classnames': [
1313
{
14-
props: { required: 'Required Test' },
14+
props: { required: 'Required Test', icon: 'Icon Test' },
1515
},
1616
],
1717
},

0 commit comments

Comments
 (0)