We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e467c1c commit 404e182Copy full SHA for 404e182
src/components/Button/__test__/Button.spec.tsx
@@ -92,7 +92,7 @@ describe("Button component", () => {
92
93
it("hover styles are applied when hideHoverStyles is true", () => {
94
render(
95
- <Button hideHoverStyles={true}>Hover Button</Button>
+ <Button hideHoverStyles>Hover Button</Button>
96
);
97
const button = screen.getByRole("button");
98
expect(button).toHaveClass("deriv-button__hover--disabled");
0 commit comments