test: remove stale config loader import

This commit is contained in:
Peter Steinberger
2026-05-01 23:23:30 +01:00
parent 60d0516a4e
commit b20752501d

View File

@@ -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() {