diff --git a/stryker.conf.json b/stryker.conf.json index bf724daa64..ac739a390a 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -39,9 +39,7 @@ "incremental": true, "incrementalFile": "reports/mutation/stryker-incremental.json", "testRunner": "tap", - "plugins": [ - "@stryker-mutator/tap-runner" - ], + "plugins": ["@stryker-mutator/tap-runner"], "tap": { "testFiles": [ "tests/unit/7993-noauth-proxy-routing.test.ts", @@ -307,7 +305,8 @@ "tests/unit/upstream-retry-hints-toggle.test.ts", "tests/unit/upstream-timeout-model-override.test.ts", "tests/unit/usage-service-hardening.test.ts", - "tests/unit/validate-response-quality.test.ts" + "tests/unit/validate-response-quality.test.ts", + "tests/unit/vertex-passthrough-model-lockout.test.ts" ], "nodeArgs": [ "--import", @@ -416,11 +415,7 @@ ".worktrees", ".stryker-tmp" ], - "reporters": [ - "progress", - "html", - "json" - ], + "reporters": ["progress", "html", "json"], "htmlReporter": { "fileName": "reports/mutation/mutation.html" },