An open API service indexing awesome lists of open source software.

https://github.com/glebec/generative-testing-talk

Fast-Check example repo, in prep for a talk on property testing (aka invariant testing)
https://github.com/glebec/generative-testing-talk

fast-check functional generative-testing invariant-testing property-testing quickcheck talk testing

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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`
1. `npm t`