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

12 lines
305 B
JavaScript
Raw Normal View History

2018-05-24 16:30:28 +00:00
module.exports = {
preset: 'react-native',
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
}