Tool for running Javascript UnitTests with Istanbul Code Coverage Report for any Project
- runs [Mocha] (http://visionmedia.github.io/mocha/) Unit Tests with Sinon.JS support
- configurable project
javascript source directory
and projectUnit Test specs directory
- creates Node Web that allows to view Test Results with Tab for Istanbul Code Coverage Report
- external project file watching with Live Reload for Node Test Results Web
- cd jstestabul
- Run
npm install