Fix icon card component and tests to pass

This commit is contained in:
adilallo
2026-02-02 14:55:49 -07:00
parent e227e0c658
commit 4ab37afaf3
4 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ type IconCardProps = React.ComponentProps<typeof IconCard>;
const baseProps: IconCardProps = {
icon: <div data-testid="test-icon">Icon</div>,
title: "Worker's cooperatives",
description: "Employee-owned businesses often need to clarify how power is shared",
description:
"Employee-owned businesses often need to clarify how power is shared",
};
const config: ComponentTestSuiteConfig<IconCardProps> = {