mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:50:42 +00:00
test: move root contract fixture
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user