add mutate script

This commit is contained in:
Timo Hocker 2020-03-30 11:57:22 +02:00
parent 64dc7086fd
commit b8741ea83a

View File

@ -15,7 +15,8 @@
"scripts": {
"lint": "eslint .",
"test": "nyc ava",
"ci": "yarn && node jenkins.js"
"ci": "yarn && node jenkins.js",
"mutate": "stryker run"
},
"dependencies": {
"@scode/encoding-helper": "^1.0.1"