fantasy-frees
Version:
Free yourself in the land of fantasies.
33 lines (20 loc) • 747 B
Markdown

Free yourself in the land of fantasies.
See [examples](examples) for now.
Fantasy Options uses [nodeunit](https://github.com/caolan/nodeunit) for
all the tests and because of this there is currently an existing
[](test/lib/test.js) in the library to help with integration
between nodeunit and Fantasy Check.
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
```