password-helper/stryker.conf.json
2020-03-14 14:09:42 +01:00

14 lines
335 B
JSON

{
"$schema": "https://raw.githubusercontent.com/stryker-mutator/stryker/master/packages/api/schema/stryker-core.json",
"mutator": "javascript",
"packageManager": "yarn",
"reporters": [
"clear-text",
"progress"
],
"testRunner": "command",
"transpilers": [],
"coverageAnalysis": "all",
"mutate": ["index.js"]
}