Skip to content

Commit 2f9e07a

Browse files
committed
Update polaris-react/src/components/Badge/tests/Badge.test.tsx
1 parent 0ae7a2d commit 2f9e07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-react/src/components/Badge/tests/Badge.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('<Badge />', () => {
1414

1515
it('accepts a status prop and renders a visually hidden label', () => {
1616
const badge = mountWithApp(<Badge status="success" />);
17-
expect(badge).toContainReactComponent(Text), {visuallyHidden: true};
17+
expect(badge).toContainReactComponent(Text, {visuallyHidden: true});
1818
});
1919

2020
it('accepts a progress prop and renders a visually hidden label', () => {

0 commit comments

Comments
 (0)