mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:50:46 +00:00
test: keep hook and slack tests on public boundaries
This commit is contained in:
16
test/helpers/plugins/outbound-delivery.ts
Normal file
16
test/helpers/plugins/outbound-delivery.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
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";
|
||||
Reference in New Issue
Block a user