test: remove stale config loader import · openclaw/openclaw@b207525
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2,7 +2,6 @@ import fs from "node:fs";
|
2 | 2 | import path from "node:path"; |
3 | 3 | import { importFreshModule } from "openclaw/plugin-sdk/test-fixtures"; |
4 | 4 | import { describe, expect, it, vi } from "vitest"; |
5 | | -import { loadChannelConfigSurfaceModule } from "../../scripts/load-channel-config-surface.ts"; |
6 | 5 | import { withTempDir } from "../test-helpers/temp-dir.js"; |
7 | 6 | |
8 | 7 | async function importLoaderWithMissingBun() { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。