mts7_obsidian-word-frequency/stryker.conf.json
2025-04-07 21:03:08 -04:00

15 lines
No EOL
313 B
JSON

{
"reporters": ["html", "clear-text", "progress"],
"testRunner": "jest",
"coverageAnalysis": "perTest",
"mutate": ["src/**/*.ts?(x)", "!src/__tests__/**/*.test.ts"],
"jest": {
"projectType": "custom"
},
"ignoreStatic": true,
"thresholds": {
"high": 90,
"low": 75,
"break": 65
}
}