fatcheck
v0.0.0
Published
A quickcheck library for JavaScript; designed to plug-and-play with test runners like [mocha](http://visionmedia.github.com/mocha/)
Downloads
3
Readme
factcheck
A quickcheck library for JavaScript; designed to plug-and-play with test runners like mocha
Why
In many instances, especially those in which most computation is pure, terser tests with greater real-world coverage can be gained by auto-generating test cases, rather than manually specifying them. A quickcheck library that can be used intechangably with manually testable ones grants us the best of both worlds.
Docs & Installation
Coming later in development