Files
openclaw/test/helpers/plugins/outbound-delivery.ts
2026-04-22 19:09:18 +01:00

17 lines
656 B
TypeScript

export { deliverOutboundPayloads } from "../../../src/infra/outbound/deliver.js";
export {
initializeGlobalHookRunner,
resetGlobalHookRunner,
} from "../../../src/plugins/hook-runner-global.js";
export { addTestHook } from "../../../src/plugins/hooks.test-helpers.js";
export { createEmptyPluginRegistry } from "../../../src/plugins/registry.js";
export {
releasePinnedPluginChannelRegistry,
setActivePluginRegistry,
} from "../../../src/plugins/runtime.js";
export type { PluginHookRegistration } from "../../../src/plugins/types.js";
export {
createOutboundTestPlugin,
createTestRegistry,
} from "../../../src/test-utils/channel-plugins.js";