missing full coverage suite
stevemao opened this issue · 2 comments
stevemao commented
missing full coverage suite
eddiemonge commented
more than this "full coverage suite"? https://github.com/btford/grunt-conventional-changelog/blob/master/test/test.js
stevemao commented
Not sure how to test this grunt wrapper. I guess as long as it loads the module properly it should be fine. Since this is not a "multi task" I can't simply generate another temporary changelog in tmp
folder. And the changelog
task is already doing release
task.
Examples of other grunt repos that are not testing anything.
https://github.com/BrowserSync/grunt-browser-sync/blob/master/package.json#L27
https://github.com/btford/grunt-google-cdn/blob/master/test.js