Measuring JavaScript code coverage naturally complements unit testing. It provides a clear picture of which parts of your code remain untested, and helps you focus additional tests on the uncovered code.
From now on, users of JsTestDriver can measure code coverage visually, right in the editor. (mo…