Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 774 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 774 Bytes

Highly Attractive Node Utilities

npm version Build Status Coverage Status

Installation

npm install highly-attractive-node-utils --save

Development

Testing

Using Mocha/Chai for testing.

npm test

Code Coverage

Generate a report using Istanbul to make sure your tests are touching everything!

npm run coverage && open ./coverage/lcov-report/index.html