glebec / generative-testing-talk

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

License:MIT License


Languages

Language:TypeScript 93.9%Language:JavaScript 6.1%