Add package.json script mutationTest.

This commit is contained in:
David 2021-02-08 16:53:36 -06:00
parent 71da094422
commit 9c35dd4aa4

View file

@ -34,6 +34,7 @@
"url": "git+https://gitlab.com/NodeGuy/channel.git"
},
"scripts": {
"mutationTest": "stryker run",
"test": "nyc mocha --recursive"
},
"nyc": {