Currently the generator adds `mocha` as a testing framework, to make it easy to get starting with testing a newly created extension. To make this more useful and powerful, add a test coverage tool like [`nyc`](https://github.com/istanbuljs/nyc) to the generated extension as well.
Currently the generator adds
mochaas a testing framework, to make it easy to get starting with testing a newly created extension.To make this more useful and powerful, add a test coverage tool like
nycto the generated extension as well.