react-native-fast-image/jest.config.js

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*',
],
}