mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 05:12:15 +00:00
test: drop low-signal memory plugin metadata check
This commit is contained in:
@@ -121,14 +121,6 @@ describe("memory plugin e2e", () => {
|
||||
}) as MemoryPluginTestConfig | undefined;
|
||||
}
|
||||
|
||||
test("memory plugin exports stable metadata", async () => {
|
||||
const { default: memoryPlugin } = await import("./index.js");
|
||||
|
||||
expect(memoryPlugin.id).toBe("memory-lancedb");
|
||||
expect(memoryPlugin.name).toBe("Memory (LanceDB)");
|
||||
expect(memoryPlugin.kind).toBe("memory");
|
||||
});
|
||||
|
||||
test("config schema parses valid config", async () => {
|
||||
const config = await parseConfig({
|
||||
autoCapture: true,
|
||||
|
||||
Reference in New Issue
Block a user