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)
- Host: GitHub
- URL: https://github.com/glebec/generative-testing-talk
- Owner: glebec
- License: mit
- Created: 2019-06-20T06:50:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T04:31:07.000Z (about 6 years ago)
- Last Synced: 2025-01-13T19:15:25.934Z (6 months ago)
- Topics: fast-check, functional, generative-testing, invariant-testing, property-testing, quickcheck, talk, testing
- Language: TypeScript
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`