We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3203cf2 commit d3b19c3Copy full SHA for d3b19c3
1 file changed
tests/unit/ButtonStyleUtilsTest.ts
@@ -87,7 +87,7 @@ describe('getButtonStyleWithIcon', () => {
87
expect(getButtonStyleWithIcon(mockStyles, CONST.DROPDOWN_BUTTON_SIZE.MEDIUM, true, true, false)).toEqual([mockStyles.buttonMedium, mockStyles.pl3]);
88
});
89
90
- it('returns array of undefineds when no arguments are provided', () => {
+ it('returns array of undefined values when no arguments are provided', () => {
91
expect(getButtonStyleWithIcon(mockStyles)).toEqual([undefined, undefined]);
92
93
0 commit comments