-
Sigmund, Dominik authoredSigmund, Dominik authored
stryker.conf.json 415 B
{
"$schema": "https://raw.githubusercontent.com/stryker-mutator/stryker/master/packages/api/schema/stryker-core.json",
"mutator": "javascript",
"packageManager": "npm",
"reporters": [
"html",
"clear-text",
"progress",
"dashboard"
],
"testRunner": "jest",
"transpilers": [],
"coverageAnalysis": "all",
"htmlReporter": {
"baseDir": "docs/mutation"
},
"mutate": ["index.js"]
}