mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:30:45 +00:00
test: route changed runner edits narrowly
This commit is contained in:
@@ -35,6 +35,11 @@ export function resolveChangedTargetArgs(
|
||||
listChangedPaths?: (baseRef: string, cwd: string) => string[],
|
||||
): string[] | null;
|
||||
|
||||
export function resolveChangedTestTargetPlan(changedPaths: string[]): {
|
||||
mode: "none" | "broad" | "targets";
|
||||
targets: string[];
|
||||
};
|
||||
|
||||
export function listFullExtensionVitestProjectConfigs(): string[];
|
||||
|
||||
export function createVitestRunSpecs(
|
||||
|
||||
Reference in New Issue
Block a user