mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:30:47 +00:00
chore: delete stale memory host bridges
This commit is contained in:
@@ -591,13 +591,12 @@ describe("scripts/test-projects changed-target routing", () => {
|
||||
resolveChangedTestTargetPlan([
|
||||
"src/commands/doctor-memory-search.ts",
|
||||
"src/memory-host-sdk/host/embedding-defaults.ts",
|
||||
"src/memory-host-sdk/host/embeddings.ts",
|
||||
]),
|
||||
).toEqual({
|
||||
mode: "targets",
|
||||
targets: [
|
||||
"src/commands/doctor-memory-search.test.ts",
|
||||
"src/memory-host-sdk/host/embeddings.test.ts",
|
||||
"packages/memory-host-sdk/src/host/embeddings.test.ts",
|
||||
],
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user