diff --git a/package-lock.json b/package-lock.json index 57f3bbe0ac..10f668c47e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25590,7 +25590,7 @@ }, "node_modules/libxmljs2/node_modules/brace-expansion": { "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.1.4.tgz", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.4.tgz", "integrity": "sha512-hGfVzPxthbf3+2yjg/RBs60cB0FhqBS/zvdV/4wn4/BmN0bNMMHPc4V/BbFieqf1TKAGGAHnY4eSjajCl0f2Xg==", "dev": true, "license": "MIT", diff --git a/stryker.conf.json b/stryker.conf.json index f039eeaca8..f1e676bd3f 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -325,6 +325,8 @@ "tests/unit/repro-9486.test.ts", "tests/unit/repro-9630-combo-false-503.test.ts", "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/resilience-connections.test.ts", "tests/unit/responses-handler.test.ts", "tests/unit/responses-passthrough-openai-compatible.test.ts",