UNPKG

fantasy-frees

Version:
33 lines (20 loc) 747 B
# Fantasy Frees ![](https://raw.github.com/puffnfresh/fantasy-land/master/logo.png) ## General Free yourself in the land of fantasies. ### Interpreters See [examples](examples) for now. ## Testing ### Library Fantasy Options uses [nodeunit](https://github.com/caolan/nodeunit) for all the tests and because of this there is currently an existing [adapter](test/lib/test.js) in the library to help with integration between nodeunit and Fantasy Check. ### Coverage Currently Fantasy Check is using [Istanbul](https://github.com/gotwarlost/istanbul) for code coverage analysis; you can run the coverage via the following command: _This assumes that you have istanbul installed correctly._ ``` istanbul cover nodeunit -- test/*.js ```