diff --git a/changelog.d/fixes/stryker-testfiles-drift.md b/changelog.d/fixes/stryker-testfiles-drift.md new file mode 100644 index 0000000000..b713390340 --- /dev/null +++ b/changelog.d/fixes/stryker-testfiles-drift.md @@ -0,0 +1 @@ +- fix(quality): register the two covering unit tests missing from stryker tap.testFiles (#6846, #7333) diff --git a/stryker.conf.json b/stryker.conf.json index 9c57ea40d9..cd28b37c6a 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -206,6 +206,7 @@ "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/nvidia-quota-phase1.test.ts", "tests/unit/oauth-providers-config.test.ts", "tests/unit/oauth-redirect-uri-mismatch.test.ts", "tests/unit/observability-fase04.test.ts", @@ -247,6 +248,7 @@ "tests/unit/serial/combo-quota-share-cooldown-wait-timing.test.ts", "tests/unit/serial/combo-strategy-fallbacks-half-open-timing.test.ts", "tests/unit/serial/provider-health-autopilot.test.ts", + "tests/unit/service-provider-plugin-registry.test.ts", "tests/unit/session-affinity-generic-7274.test.ts", "tests/unit/service-combo-metrics.test.ts", "tests/unit/services-branch-hardening.test.ts",