• Subscribe
  • Nicolas Dubien

    Nicolas Dubien

    Addicted to programming
    All activity
    Nicolas Dubien

    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

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