mts7_obsidian-word-frequency/stryker.conf.json
2025-04-09 16:30:48 -04:00

15 lines
314 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": 85,
"break": 85
}
}