test: tighten changed test routing

This commit is contained in:
Peter Steinberger
2026-04-26 10:24:50 +01:00
parent 87ac8b0456
commit 9eb0934492
8 changed files with 283 additions and 33 deletions

View File

@@ -217,7 +217,7 @@ describe("scripts/changed-lanes", () => {
all: false,
});
expect(plan.runExtensionTests).toBe(true);
expect(plan.testTargets).toEqual(["src/plugin-sdk/core.ts"]);
expect(plan.testTargets).toEqual(["src/plugin-sdk/core.test.ts"]);
});
it("fails safe for root config changes", () => {