fantasy-helpers
v0.0.1
Published
Helpers library for Fantasy Land
Downloads
3,086
Readme
Fantasy Helpers
General
Helpers are functions that help build programs with Fantasy World.
Testing
Library
Fantasy Helpers uses nodeunit for all the tests and because of this there is currently an existing adapter in the library to help with integration between nodeunit and Fantasy Helpers.
Coverage
Currently Fantasy Helpers is using 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
It should report that the total coverage is at 96% for the whole lib, because of the polyfils within the functions.