import '@testing-library/jest-dom' import React from 'react' import { render } from '@testing-library/react' import ThemeWrapper from './Theme' // Mock the ThemeProvider from next-themes jest.mock('next-themes', () => ({ ThemeProvider: ({ children }: { children: React.ReactNode }) => (