/dont-target-100-coverage

Don't target 100% coverage, but achieve it

Primary LanguageJavaScript

Don't target 100%, but achieve it anyway.

This is a project sample created for the blog post I wrote on the subject.

$ npm install

// Unit Tests + Code Coverage report
$ npm run test 

// Unit Tests + Mutation Testing report
$ npm run mutation-test