xtap-pool / shared /stryker.conf.json
osolmaz's picture
osolmaz HF Staff
deploy: 62eb491
c6302b1 verified
Raw
History Blame Contribute Delete
383 Bytes
{
"$schema": "https://raw.githubusercontent.com/stryker-mutator/stryker-js/master/packages/api/schema/stryker-core.json",
"testRunner": "vitest",
"mutate": ["src/tweet.ts"],
"vitest": {
"configFile": "vitest.config.ts"
},
"thresholds": {
"high": 80,
"low": 60,
"break": 60
},
"reporters": ["clear-text", "progress"],
"tempDirName": ".stryker-tmp"
}