enzyme-example-react-native
enzyme-example-react-native copied to clipboard
Example project with React Native + Enzyme
I'm trying to use enzyme following this example for my RN project. I have two components, say `SomeButton` and `SomeText` and they are not in the same directory. ``` javascript...
Do you have any example on how to test components with images? Without doing anything special I get this ``` > mocha --require react-native-mock/mock.js --compilers js:babel-register --recursive test/*.js /Users/xx/dev/xxx/react-native-xxi/node_modules/babel-core/lib/transformation/file/index.js:556 throw...
Get `npm test` to work out of the box.