From ad0b0cc3e827e06353f78fa5f305abcdae1926e3 Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Sat, 11 Jul 2026 20:52:08 -0300 Subject: [PATCH] fix(quality): register nvidia passthrough test in stryker tap.testFiles check-mutation-test-coverage.mjs --strict flagged tests/unit/nvidia-passthrough-models-6773.test.ts as an unregistered covering test for accountFallback.ts (Fast Quality Gates). Co-authored-by: Diego Rodrigues de Sa e Souza --- stryker.conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/stryker.conf.json b/stryker.conf.json index d443617d97..c32b309872 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -190,6 +190,7 @@ "tests/unit/model-lockout-max-cooldown.test.ts", "tests/unit/no-memory-header.test.ts", "tests/unit/non-streaming-sse-terminal-typescan-4459.test.ts", + "tests/unit/nvidia-passthrough-models-6773.test.ts", "tests/unit/oauth-providers-config.test.ts", "tests/unit/oauth-redirect-uri-mismatch.test.ts", "tests/unit/observability-fase04.test.ts",