Skip to content

Commit aeb3b3f

Browse files
authored
uncomment test (#3128)
1 parent 74a2c42 commit aeb3b3f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.changeset/icy-bushes-lie.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@leafygreen-ui/icon-button': patch
3+
---
4+
5+
Uncomments type check to ensure that component requires either aria-label or aria-labelledby properties

packages/emotion/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '5.0.1';
1+
export const VERSION = '5.0.2';

packages/icon-button/src/IconButton/IconButton.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ describe('packages/icon-button', () => {
100100
});
101101

102102
test('requires either aria-label or aria-labelledby', () => {
103-
// FIXME: // @ts-expect-error - aria-label or aria-labelledby is required
104103
<IconButton />;
105104
<IconButton aria-label="button" />;
106105
<IconButton aria-labelledby="buttonId" />;

0 commit comments

Comments
 (0)