diff --git a/src/__mocks__/shared-mocks.tsx b/src/__mocks__/shared-mocks.tsx index 2f56d30..f2b4f58 100644 --- a/src/__mocks__/shared-mocks.tsx +++ b/src/__mocks__/shared-mocks.tsx @@ -126,6 +126,13 @@ export const mockLucideReact = () => { MoreVertical: () => , ChevronUp: () => , ExternalLink: () => , + TrendingUp: () => , + Code: () => , + Cloud: () => , + BarChart3: () => , + Send: () => , + HeadphonesIcon: () => , + Building2: () => , })); }; diff --git a/src/components/sections/services-section.test.tsx b/src/components/sections/services-section.test.tsx index 03f2d95..aecddcf 100644 --- a/src/components/sections/services-section.test.tsx +++ b/src/components/sections/services-section.test.tsx @@ -5,13 +5,15 @@ import { ServicesSection } from './services-section'; jest.mock('framer-motion', () => ({ motion: { - div: ({ children, ...props }: any) =>