Skip to main content

Posts Tagged ‘Mocha’

ES6/JSX Code Coverage with Istanbul/NYC

Background In computer science, code coverage is a measurement of how many lines/blocks/arcs of your code are executed while the tests are running. A code coverage system collects information about the running program and then combines that with source information to generate a report on the test suite’s code coverage. Issue You’ve got some experience […]