auth-yes/stryker.config.json

22 lines
463 B
JSON

{
"$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
"testRunner": "command",
"commandRunner": {
"command": "deno test --allow-all src/core/auth_guards.test.ts"
},
"mutate": [
"src/core/content_negotiation.ts"
],
"ignorePatterns": [
"tsconfig.json"
],
"reporters": [
"clear-text",
"json"
],
"concurrency": 2,
"timeoutMS": 10000,
"coverageAnalysis": "off",
"tempDirName": ".stryker-tmp"
}