DEV Community

Discussion on: How to test a component independently

Collapse
 
dorshinar profile image
Dor Shinar • Edited

There are a number of options, depending on your specific need, but either a combination of jest + enzyme (for unit testing), storybook or react-cosmos will probably be what you're looking for.