🎤 Property-based Testing for Godly Tests
- 👤 Gabe Scholz
📹
Video:
https://youtu.be/lfoRs9leE2A
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.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.