14 lines
335 B
JSON
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"]
|
|
}
|