Dan Manges

Results 13 comments of Dan Manges

We're currently using enzyme with React Native by using jsdom and stubbing all of the native components: https://blog.joinroot.com/mounting-react-native-components-with-enzyme-and-jsdom/

We made a fork at https://github.com/Root-App/react-native-mock-render that will allow fully rendering native components with enzyme's `mount()`. We wrote about it at https://blog.joinroot.com/mounting-react-native-components-with-enzyme-and-jsdom/ We'd be happy to contribute a PR back...

I just merged this into thehammer/jukebox2/master and I'm getting this spec failure: ``` Failures: 1) library random-song returns the default song if no user songs exist Expected truthy but was:...