mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 04:10:24 +00:00
refactor: move test harnesses off infra runtime
This commit is contained in:
@@ -11,7 +11,7 @@ export * from "../channels/plugins/normalize/whatsapp.js";
|
||||
export * from "../channels/plugins/outbound/interactive.js";
|
||||
export * from "../channels/plugins/whatsapp-heartbeat.js";
|
||||
export * from "../polls.js";
|
||||
export { enqueueSystemEvent } from "../infra/system-events.js";
|
||||
export { enqueueSystemEvent, resetSystemEventsForTest } from "../infra/system-events.js";
|
||||
export { recordChannelActivity } from "../infra/channel-activity.js";
|
||||
export * from "../infra/heartbeat-events.ts";
|
||||
export * from "../infra/heartbeat-visibility.ts";
|
||||
|
||||
@@ -5,6 +5,7 @@ export {
|
||||
closeDispatcher,
|
||||
createPinnedDispatcher,
|
||||
isBlockedHostnameOrIp,
|
||||
resolvePinnedHostname,
|
||||
resolvePinnedHostnameWithPolicy,
|
||||
type LookupFn,
|
||||
type SsrFPolicy,
|
||||
|
||||
Reference in New Issue
Block a user