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

12 lines
305 B
JavaScript
Raw Permalink Normal View History

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