Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 404 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 404 Bytes

Generative Testing Talk

A demo and test repo for code examples related to a talk given at BrooklynJS.

Topic

Generative testing, aka property testing / invariant testing.

  • What it is
  • Where it came from
  • Why it is useful
  • Where to learn more

Codebase

  • Typescript (language)
  • Jest (testing framework)
  • Fast-Check (example property testing lib)

Instructions

  1. npm i
  2. npm t