{ "$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" }