reactackle
reactackle copied to clipboard
Generate snapshot tests for each prop variation of the component
We already have all this variations, thanks to PropTypes. So instead of manually write snapshot test case for each prop, which is unmaintainable and unreliable, we can just generate it with tools like react-docgen.