Skip to content

Commit d3b19c3

Browse files
committed
fix spellcheck
1 parent 3203cf2 commit d3b19c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/ButtonStyleUtilsTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe('getButtonStyleWithIcon', () => {
8787
expect(getButtonStyleWithIcon(mockStyles, CONST.DROPDOWN_BUTTON_SIZE.MEDIUM, true, true, false)).toEqual([mockStyles.buttonMedium, mockStyles.pl3]);
8888
});
8989

90-
it('returns array of undefineds when no arguments are provided', () => {
90+
it('returns array of undefined values when no arguments are provided', () => {
9191
expect(getButtonStyleWithIcon(mockStyles)).toEqual([undefined, undefined]);
9292
});
9393
});

0 commit comments

Comments
 (0)