diff --git a/mock-providers.tsx b/mock-providers.tsx index ea5c3b6..3b95ba4 100644 --- a/mock-providers.tsx +++ b/mock-providers.tsx @@ -8,22 +8,21 @@ import { import MaterialIcon from 'react-native-vector-icons/MaterialIcons' import {ThemeContext} from './use-theme' -export const theme = { - theme: 'system', - setTheme: jest.fn(), - lightColor: DefaultTheme.colors.primary, - darkColor: DarkTheme.colors.primary, - setLightColor: jest.fn(), - setDarkColor: jest.fn(), -} - export const MockProviders = ({ children, }: { children: JSX.Element | JSX.Element[] }) => ( }}> - + {children}