From 33076b7365c3ed8f028e5d1645fcbf153fdb0597 Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Sun, 12 Jul 2026 10:25:51 -0300 Subject: [PATCH] fix(stryker): register qwen-web content-array test in tap.testFiles Fast Quality Gates flagged the new coverage for open-sse/executors/qwen-web.ts as missing from stryker.conf.json's tap.testFiles list. Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> --- stryker.conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/stryker.conf.json b/stryker.conf.json index ffa4f9f17f..f944f3c27d 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -218,6 +218,7 @@ "tests/unit/quota-policy-generalization.test.ts", "tests/unit/quota-pool-log-route.test.ts", "tests/unit/quota-streaming-consumption-usd.test.ts", + "tests/unit/qwen-web-content-array-serialization.test.ts", "tests/unit/rate-limit-enhanced.test.ts", "tests/unit/rate-limit-manager.test.ts", "tests/unit/rate-limit-queue-timeout-lockout.test.ts",