Nicolas Dubien

Nicolas Dubien

Addicted to programming

Links

Badges

Veteran
Veteran

Maker History

  • fast-check
    fast-checkA property based testing framework - less but better tests
    Jul 2018
  • 🎉
    Joined Product HuntJuly 13th, 2018

Forums

Nicolas Dubien

7yr ago

fast-check - A property based testing framework - less but better tests

fast-check is a property based testing framework for JavaScript.

It checks the truthfulness of statements like:

for all (x, y, ...) such as precondition(x, y, ...) holds property(x, y, ...) is true

by generating multiple inputs corresponding to the requirements for x, y...

Install the module with: npm install fast-check --save-dev

View more