module.exports = { preset: 'jest-expo', testMatch: ['**/__tests__/**/*.test.[jt]s?(x)'], moduleNameMapper: { '^react$': '/node_modules/react', '^react-test-renderer$': '/node_modules/react-test-renderer', '^react-native-safe-area-context$': '/node_modules/react-native-safe-area-context', '^react-native-screens$': '/node_modules/react-native-screens', '^@react-native-async-storage/async-storage$': '/node_modules/@react-native-async-storage/async-storage', }, };