fast-check-demo

Playground for fast-check, a property based test framework inspired by QuickCheck

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Testing

yarn test:unit --watch --verbose

See fast-check See faker