Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 896 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 896 Bytes

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.