diff --git a/src/config/load-channel-config-surface.test.ts b/src/config/load-channel-config-surface.test.ts index e23c015a507..2f95a5930ab 100644 --- a/src/config/load-channel-config-surface.test.ts +++ b/src/config/load-channel-config-surface.test.ts @@ -2,7 +2,6 @@ import fs from "node:fs"; import path from "node:path"; import { importFreshModule } from "openclaw/plugin-sdk/test-fixtures"; import { describe, expect, it, vi } from "vitest"; -import { loadChannelConfigSurfaceModule } from "../../scripts/load-channel-config-surface.ts"; import { withTempDir } from "../test-helpers/temp-dir.js"; async function importLoaderWithMissingBun() {