reactackle icon indicating copy to clipboard operation
reactackle copied to clipboard

Generate snapshot tests for each prop variation of the component

Open nickmaltsev opened this issue 8 years ago • 0 comments

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.

nickmaltsev avatar Aug 01 '17 14:08 nickmaltsev