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 8e049bc commit 2ee7450Copy full SHA for 2ee7450
packages/react/src/components/Button/index.spec.tsx
@@ -97,7 +97,7 @@ describe("<Button/>", () => {
97
expect(
98
tokens.themes.default.components.button["border-radius"],
99
).toBeDefined();
100
- });
+ }, 10000);
101
102
it("renders with className", async () => {
103
render(<Button className="my-custom-class" />);
0 commit comments