mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 13:06:47 +02:00
perf: narrow qa bus test imports
This commit is contained in:
@@ -7,7 +7,7 @@ import { afterEach, describe, expect, it } from "vitest";
|
||||
import { extractToolPayload } from "../../../src/infra/outbound/tool-payload.js";
|
||||
import { createTestRegistry } from "../../../test/helpers/plugins/plugin-registry.js";
|
||||
import { createStartAccountContext } from "../../../test/helpers/plugins/start-account-context.js";
|
||||
import { createQaBusState, startQaBusServer } from "../../qa-lab/api.js";
|
||||
import { createQaBusState, startQaBusServer } from "../../qa-lab/bus-api.js";
|
||||
import { qaChannelPlugin, setQaChannelRuntime } from "../api.js";
|
||||
|
||||
afterEach(() => {
|
||||
|
||||
2
extensions/qa-lab/bus-api.ts
Normal file
2
extensions/qa-lab/bus-api.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export { startQaBusServer } from "./src/bus-server.js";
|
||||
export { createQaBusState } from "./src/bus-state.js";
|
||||
Reference in New Issue
Block a user