InfoSec812 / npm-audit-ci-wrapper

A wrapper for 'npm audit' which can be configurable for use in a CI/CD tool like Jenkins
Apache License 2.0
13 stars 11 forks source link

Issue 20: Add mutation testing #22

Closed InfoSec812 closed 5 years ago

InfoSec812 commented 5 years ago

Resolves #20 - Uses Stryker in order to see if the unit tests are capable of identifying possible problems. This PR adds the tool and resolves MOST of the issues identified when the tool was run.