You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
370 B

module.exports = {
preset: '@testing-library/react-native',
setupFiles: [
'./node_modules/react-native-gesture-handler/jestSetup.js',
'./jest.setup.js',
],
setupFilesAfterEnv: ['@testing-library/react-native/cleanup-after-each'],
transformIgnorePatterns: [
'node_modules/(?!(jest-)?react-native|@react-native-community|@react-navigation)',
],
};