Files
Imhotep/packages/imhotep-geometry/stryker.config.json
T

16 lines
394 B
JSON
Raw Normal View History

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