test(ci): register the reset-aware quota-scope test in stryker tap.testFiles

tests/unit/reset-aware-request-scope-12600.test.ts (PR #12600) covers
open-sse/services/combo/quotaScoring.ts but was missing from
stryker.conf.json's tap.testFiles, so its mutant kills did not count
toward the mutation-test-coverage gate (check:mutation-test-coverage
--strict was red on release/v3.8.51). Inserted at the correct sorted
position; verified no duplicate entries were introduced.
This commit is contained in:
diegosouzapw
2026-09-07 09:01:26 -03:00
parent ce55151ca5
commit de9a71f858

View File

@@ -349,6 +349,7 @@
"tests/unit/repro-antigravity-404-family-cooldown-hijack.test.ts",
"tests/unit/repro-combo-persisted-cooldown-preskip.test.ts",
"tests/unit/repro-glm-iso-reset-24h-cap.test.ts",
"tests/unit/reset-aware-request-scope-12600.test.ts",
"tests/unit/resilience-connections.test.ts",
"tests/unit/responses-handler.test.ts",
"tests/unit/responses-passthrough-openai-compatible.test.ts",