Fastcheck: Property based testing for JavaScript and TypeScript

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • fast-check

    Property based testing framework for JavaScript (like QuickCheck) written in TypeScript

  • The about says:

    Property based testing framework for JavaScript (like QuickCheck) written in TypeScript

    source: https://github.com/dubzzz/fast-check

  • hypothesis

    Hypothesis is a powerful, flexible, and easy to use library for property-based testing.

  • For those looking for property based testing for Python: https://hypothesis.works

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • checkers

    Property-based testing for JavaScript via ClojureScript's test.check (by glenjamin)

  • The clojure/clojurescript tooling for QuickCheck is quite powerful - as it has a wide range of generators which are able to generate smarter / more specific data than simply matching on types.

    And since clojurescript can be compiled and exported to JavaScript, this makes it available to JavaScript projects. A few years ago I packaged this up as https://github.com/glenjamin/checkers. I expect there are newer versions of the underlying library available now, but as I haven't been working in this ecosystem for a while, I haven't kept the package up to date.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts