mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:10:49 +00:00
refactor(channels): finish turn kernel migration
This commit is contained in:
@@ -135,8 +135,6 @@ function createTestRuntime(overrides?: {
|
||||
},
|
||||
turn: {
|
||||
runPrepared: runPrepared as unknown as PluginRuntime["channel"]["turn"]["runPrepared"],
|
||||
dispatchAssembled:
|
||||
vi.fn() as unknown as PluginRuntime["channel"]["turn"]["dispatchAssembled"],
|
||||
},
|
||||
pairing: {
|
||||
readAllowFromStore: vi.fn(overrides?.readAllowFromStore ?? (async () => [])),
|
||||
|
||||
Reference in New Issue
Block a user