Files
Imhotep/stryker.config.json

16 lines
397 B
JSON

{
"$schema":"./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
"packageManager":"npm",
"reporters":["html","clear-text","progress"],
"testRunner":"command",
"commandRunner":{
"command":"npm test"
},
"coverageAnalysis":"off",
"mutate":["packages/**/src/**/*.ts","!packages/**/src/**/*.test.ts"],
"thresholds":{
"high":80,
"low":60,
"break":50
}
}