Open sebpiq opened 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.
istanbul _mocha ...
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).
./node_modules/.bin/istanbul
:+1:
Mocha can be used with istanbul out of the box, something like
istanbul _mocha ...
, but as a grunt task, I don't really know.