2018-05-24 16:30:28 +00:00
|
|
|
module.exports = {
|
|
|
|
preset: 'react-native',
|
2018-12-31 02:29:08 +00:00
|
|
|
transform: {
|
|
|
|
'^.+\\.(js)$':
|
|
|
|
'<rootDir>/node_modules/react-native/jest/preprocessor.js',
|
2018-09-23 23:42:02 +00:00
|
|
|
},
|
|
|
|
modulePathIgnorePatterns: [
|
|
|
|
'react-native-fast-image-example*',
|
|
|
|
'react-native-fast-image-example-cocoapods*',
|
|
|
|
],
|
2018-05-24 16:30:28 +00:00
|
|
|
}
|