mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:50:43 +00:00
perf: narrow Matrix thread binding test imports
This commit is contained in:
@@ -2,7 +2,7 @@ import fsSync from "node:fs";
|
||||
import fs from "node:fs/promises";
|
||||
import os from "node:os";
|
||||
import path from "node:path";
|
||||
import { getSessionBindingService, __testing } from "openclaw/plugin-sdk/conversation-runtime";
|
||||
import { getSessionBindingService, __testing } from "openclaw/plugin-sdk/session-binding-runtime";
|
||||
import { beforeEach, describe, expect, it, vi } from "vitest";
|
||||
import type { PluginRuntime } from "../../runtime-api.js";
|
||||
import { setMatrixRuntime } from "../runtime.js";
|
||||
|
||||
Reference in New Issue
Block a user