perf: narrow qa bus test imports

This commit is contained in:
Peter Steinberger
2026-04-24 03:44:56 +01:00
parent 85a2d1d05e
commit feb3cc70fb
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -0,0 +1,2 @@
export { startQaBusServer } from "./src/bus-server.js";
export { createQaBusState } from "./src/bus-state.js";