Just wondering what you React devs out there are currently using to test your components. I’m looking for something pretty simple and quick to get started using, something that can verify that stateless components are rendering their output consistently, and something that can test smart components to make sure they’re modifying data and state properly.
Jasmine? Mocha? Enzyme?