Skip to content

glebec/generative-testing-talk

Repository files navigation

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

About

Fast-Check example repo, in prep for a talk on property testing (aka invariant testing)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published