Generate and test every possible instance of a component in React ↦
With prop-sets, you don’t need to outsmart your own code when writing tests. Instead of determining fragile points of failure from particular combinations of inputs, simply generate all possible combinations and assert everything.
Discussion
Sign in or Join to comment or subscribe