We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f3356 commit ac23f90Copy full SHA for ac23f90
src/ui/button.test.tsx
@@ -96,7 +96,7 @@ describe('Button component ', () => {
96
it('should apply correct styles for label when is disabled', () => {
97
render(<Button testID="test-button" label="Submit" disabled />);
98
const button = screen.getByTestId('test-button');
99
- console.log(button.props.children[0].props.children.props.className);
+
100
const expectedStyle = 'font-[600] font-jakarta text-base text-neutral-600';
101
const receivedStyle =
102
button.props.children[0].props.children.props.className;
0 commit comments