A demo and test repo for code examples related to a talk given at BrooklynJS.
Generative testing, aka property testing / invariant testing.
- What it is
- Where it came from
- Why it is useful
- Where to learn more
- Typescript (language)
- Jest (testing framework)
- Fast-Check (example property testing lib)
npm i
npm t