From 300dc0e27e82b1805fce8d7aa83c092005908ad9 Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Sat, 11 Jul 2026 19:27:04 -0300 Subject: [PATCH] test(6343): register v0-web + cliproxyapi tests in stryker tap.testFiles The two unit tests added on this branch cover mutated modules (src/sse/services/auth.ts, comboContextCache.ts) but were missing from stryker.conf.json tap.testFiles, tripping check:mutation-test-coverage --strict. Co-authored-by: diegosouzapw --- stryker.conf.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stryker.conf.json b/stryker.conf.json index d443617d97..ddbfa43559 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -106,6 +106,7 @@ "tests/unit/claude-passthrough-stream-boolean.test.ts", "tests/unit/claude-passthrough-thinking-2454.test.ts", "tests/unit/cli-simulate.test.ts", + "tests/unit/cliproxyapi-model-mapping-dispatch.test.ts", "tests/unit/cline-response-envelope.test.ts", "tests/unit/clinepass-provider.test.ts", "tests/unit/codex-failover.test.ts", @@ -174,6 +175,7 @@ "tests/unit/headroom-codex-quota-snapshot-6379.test.ts", "tests/unit/headroom-proxy-lifecycle.test.ts", "tests/unit/idempotency-fusion-collision.test.ts", + "tests/unit/issue-6343-v0-web-alias-collision.test.ts", "tests/unit/issue-6638-ollama-quota.test.ts", "tests/unit/issue-6686-quota-preflight-coverage.test.ts", "tests/unit/livews-forward-backoff-4604.test.ts",