IntroductionThis is a followup to Generative Testing in JavaScript which was intended as a high level introduction into the topic. If you haven’t heard of generative testing or need a reminder you might find reading the introductory part to be helpful. but it is not a prerequisite for this write-up. The following is a short write-up on how to test a redux application with property-based tests. All