You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Property-based testing is a quite famous testing method in the functional world. Mainly introduced by QuickCheck in Haskell, it targets all the scope covered by example-based testing: from unit tests to integration tests.
In this lightning talk, I give a short introduction to property-based testing with react and fast-check. A framework for this testing method written in TypeScript.
Your name (and pronouns)
Tobias Timm
The text was updated successfully, but these errors were encountered:
tobiastimm
changed the title
Property based testing with fast-check
Property-based testing with fast-check
Aug 31, 2019
Title
Property-based testing with fast-check
Abstract
Property-based testing is a quite famous testing method in the functional world. Mainly introduced by QuickCheck in Haskell, it targets all the scope covered by example-based testing: from unit tests to integration tests.
In this lightning talk, I give a short introduction to property-based testing with react and
fast-check
. A framework for this testing method written in TypeScript.Your name (and pronouns)
Tobias Timm
The text was updated successfully, but these errors were encountered: