jussi-kalliokoski / audiolib.js

audiolib.js is a powerful audio tools library for javascript.
http://audiolibjs.org/
672 stars 58 forks source link

how to use mocha + istanbul + grunt #84

Open sebpiq opened 11 years ago

sebpiq commented 11 years ago

Mocha can be used with istanbul out of the box, something like istanbul _mocha ..., but as a grunt task, I don't really know.

jussi-kalliokoski commented 11 years ago

I guess we could add istanbul as a devDependency and run ./node_modules/.bin/istanbul with grunt-shell, thus easily avoiding requiring globally installed tools (and version clashes).

sebpiq commented 11 years ago

:+1: