Testing React with Enzyme
At 7Geese we’ve been working on converting a large codebase built with Backbone/Marionette and written in CoffeeScript to React written in ES6. We’re still using Backbone models and collections as the data layer for now, but all views moving forward are being written in React. In…