export default { roots: ['/src', '/tests'], preset: 'react-native', coverageDirectory: 'coverage', testMatch: ['**/*.spec.{js,ts,jsx,tsx}', '**/*/.test.{js,ts,jsx,tsx}'], moduleNameMapper: { '~/tests/(.+)': '/tests/$1', '~/(.+)': '/src/$1', '~/public/(.+)': '/public/$1', }, clearMocks: true, };