mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 06:50:22 +00:00
fix(ci): rename extension test support for boundary guards
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export {
|
||||
__testing,
|
||||
createTestRegistry,
|
||||
registerSessionBindingAdapter,
|
||||
resolveAgentRoute,
|
||||
setActivePluginRegistry,
|
||||
type OpenClawConfig,
|
||||
} from "../../../../test/helpers/plugins/matrix-monitor-route.js";
|
||||
@@ -1,8 +0,0 @@
|
||||
export type { OpenClawConfig } from "../../../../src/config/config.js";
|
||||
export {
|
||||
__testing,
|
||||
registerSessionBindingAdapter,
|
||||
} from "../../../../src/infra/outbound/session-binding-service.js";
|
||||
export { setActivePluginRegistry } from "../../../../src/plugins/runtime.js";
|
||||
export { resolveAgentRoute } from "../../../../src/routing/resolve-route.js";
|
||||
export { createTestRegistry } from "../../../../src/test-utils/channel-plugins.js";
|
||||
Reference in New Issue
Block a user