test: move root contract fixture

This commit is contained in:
Peter Steinberger
2026-05-03 12:48:12 +01:00
parent c1b9af2770
commit b8a4d6a58a
5 changed files with 7 additions and 4 deletions

View File

@@ -743,7 +743,10 @@ describe("scripts/changed-lanes", () => {
});
it("routes root test/support changes to the tooling test lane instead of all lanes", () => {
const result = detectChangedLanes(["test/git-hooks-pre-commit.test.ts"]);
const result = detectChangedLanes([
"test/git-hooks-pre-commit.test.ts",
"test-fixtures/legacy-root-fixture.json",
]);
const plan = createChangedCheckPlan(result);
expect(result.lanes).toMatchObject({