What are React devs using for testing their components?

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?

1 Like

I’m using this

I want to add Enzyme to it very soon.

Check it here:

Updates in progress, coming soon

1 Like