0.0.2 • Published 8 years ago

bubbleup-plugin-test-mocha-istanbul v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Bubble Mocha Istanbul Test Plugin

0 configuration istanbul coverage for bubbleup and Mocha.

Usage

npm install --save-dev bubbleup-plugin-test-mocha-istanbul
istanbul cover ./node_modules/.bin/bubbleup test # defaults to test/ folder
# or 
istanbul cover ./node_modules/.bin/bubbleup test src/*.test.js # pass files to test

that's it!