This repo contains a port of some of the examples from ScalaCheck: The Definitive Guide to JavaScript / TestCheck.js.
Below is a list of examples that I have ported so far:
- Chapter 4
- Constructing optimal output - run length encoding (pages 45-46)
- (original example code can be found within here)
- Constructing optimal output - run length encoding (pages 45-46)
- Chapter 5
- Labelling properties - interleaving (pages 51-52)
- (original example code can be found within here)
- Prop.throws (page 59)
- (original example code can be found within here)
- Labelling properties - interleaving (pages 51-52)