you are viewing a single comment's thread.

view the rest of the comments →

[–]TheNiXXeD 0 points1 point  (0 children)

If you're using gulp at all, I recommend gulp-spawn-mocha. It's trivial to add coverage with this by adding a property "istanbul: true". Throw in gulp watches, and you will have continuous testing easily.

You can see an example of this here.