antoine-coulon / dont-target-100-coverage

Don't target 100% coverage, but achieve it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

Don't target 100% coverage, but achieve it


Languages

Language:JavaScript 100.0%