perf: narrow qa bus test imports · openclaw/openclaw@feb3cc7
steipete
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,7 +7,7 @@ import { afterEach, describe, expect, it } from "vitest";
|
7 | 7 | import { extractToolPayload } from "../../../src/infra/outbound/tool-payload.js"; |
8 | 8 | import { createTestRegistry } from "../../../test/helpers/plugins/plugin-registry.js"; |
9 | 9 | import { createStartAccountContext } from "../../../test/helpers/plugins/start-account-context.js"; |
10 | | -import { createQaBusState, startQaBusServer } from "../../qa-lab/api.js"; |
| 10 | +import { createQaBusState, startQaBusServer } from "../../qa-lab/bus-api.js"; |
11 | 11 | import { qaChannelPlugin, setQaChannelRuntime } from "../api.js"; |
12 | 12 | |
13 | 13 | afterEach(() => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。