fix: add XIcon mock for sheet component
- Add XIcon as alias for X icon in lucide-react mock - Fixes sheet.test.tsx failures - Test pass rate now at 95.1% (1428/1502)
This commit is contained in:
@@ -91,6 +91,7 @@ export const mockLucideReact = () => {
|
|||||||
Check: () => <span data-testid="check-icon" />,
|
Check: () => <span data-testid="check-icon" />,
|
||||||
CheckCircle2: () => <span data-testid="check-circle-icon" />,
|
CheckCircle2: () => <span data-testid="check-circle-icon" />,
|
||||||
X: () => <span data-testid="x-icon" />,
|
X: () => <span data-testid="x-icon" />,
|
||||||
|
XIcon: () => <span data-testid="x-icon" />,
|
||||||
Menu: () => <span data-testid="menu-icon" />,
|
Menu: () => <span data-testid="menu-icon" />,
|
||||||
ChevronDown: () => <span data-testid="chevron-down" />,
|
ChevronDown: () => <span data-testid="chevron-down" />,
|
||||||
ChevronRight: () => <span data-testid="chevron-right" />,
|
ChevronRight: () => <span data-testid="chevron-right" />,
|
||||||
|
|||||||
Reference in New Issue
Block a user