- React
- ReactiveConf
- 2017
- Property-Based Testing for Godly Tests
Property-Based Testing for Godly Tests
Gabe Scholz at ReactiveConf 2017
Randomized testing is a concept popularized by the Haskell library QuickCheck which uses function input type annotations to automatically generate many randomized sample inputs for a single test case. Here we talk about a JavaScript port of this idea that instead uses Flow type annotations.