local-frontier / stryker.config.json
Onur Solmaz
feat: add shadcn TypeScript scaffold
b2301b7
Raw
History Blame
316 Bytes
{
"$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
"packageManager": "npm",
"testRunner": "vitest",
"checkers": ["typescript"],
"tsconfigFile": "tsconfig.json",
"mutate": ["src/lib/compare-defaults.ts"],
"thresholds": {
"high": 85,
"low": 80,
"break": 80
}
}