Blanket.js vs Istanbul-js vs JSCover
问题 I am trying to decide on a JS test code coverage tool but cannot see clearly the differences between them. The top hits in Google are blanket.js, istanbul-js and JSCover. Can anyone offer any information on the key differences between them and advantages/disadvantages? Are there any other useful ones out there? 回答1: After some trying around i clearly find istanbul the most convenient tool to bring coverage analysis to a node-js project. its installed with npm install it sets up its behavior