mirror of
https://github.com/mts7/obsidian-word-frequency.git
synced 2026-07-22 05:43:07 +00:00
15 lines
No EOL
313 B
JSON
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
|
|
}
|
|
} |