mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 19:58:15 +00:00
12 lines
305 B
JavaScript
12 lines
305 B
JavaScript
module.exports = {
|
|
preset: 'react-native',
|
|
transform: {
|
|
'^.+\\.(js)$':
|
|
'<rootDir>/node_modules/react-native/jest/preprocessor.js',
|
|
},
|
|
modulePathIgnorePatterns: [
|
|
'react-native-fast-image-example*',
|
|
'react-native-fast-image-example-cocoapods*',
|
|
],
|
|
}
|