mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 10:30:43 +00:00
feat(plugins): add SQLite plugin state store (#74190)
* feat(plugins): add experimental sqlite plugin state store
This commit is contained in:
@@ -458,6 +458,9 @@ export function createPluginRuntimeMock(overrides: DeepPartial<PluginRuntime> =
|
||||
},
|
||||
state: {
|
||||
resolveStateDir: vi.fn(() => "/tmp/openclaw"),
|
||||
openKeyedStore: vi.fn(() => {
|
||||
throw new Error("openKeyedStore mock is not configured");
|
||||
}) as unknown as PluginRuntime["state"]["openKeyedStore"],
|
||||
},
|
||||
tasks: {
|
||||
runs: {
|
||||
|
||||
Reference in New Issue
Block a user