Skip to content

Commit ac23f90

Browse files
ElenaBitireyjose
authored andcommitted
fix: remove console log
1 parent 72f3356 commit ac23f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/button.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ describe('Button component ', () => {
9696
it('should apply correct styles for label when is disabled', () => {
9797
render(<Button testID="test-button" label="Submit" disabled />);
9898
const button = screen.getByTestId('test-button');
99-
console.log(button.props.children[0].props.children.props.className);
99+
100100
const expectedStyle = 'font-[600] font-jakarta text-base text-neutral-600';
101101
const receivedStyle =
102102
button.props.children[0].props.children.props.className;

0 commit comments

Comments
 (0)