mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:00:44 +00:00
refactor: expose SDK test helper subpaths
This commit is contained in:
@@ -701,9 +701,9 @@ describe("scripts/test-projects changed-target routing", () => {
|
||||
});
|
||||
|
||||
it("uses import-graph targets in default changed mode", () => {
|
||||
expect(
|
||||
resolveChangedTestTargetPlan(["test/helpers/provider-replay-policy.ts"]).targets,
|
||||
).toContain("extensions/openrouter/index.test.ts");
|
||||
expect(resolveChangedTestTargetPlan(["test/helpers/normalize-text.ts"]).targets).toContain(
|
||||
"src/auto-reply/status.test.ts",
|
||||
);
|
||||
});
|
||||
|
||||
it.each([
|
||||
|
||||
Reference in New Issue
Block a user