refactor: move test harnesses off infra runtime

This commit is contained in:
Peter Steinberger
2026-03-28 06:51:17 +00:00
parent f0a57fad42
commit 61936938e9
7 changed files with 17 additions and 5 deletions

View File

@@ -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";

View File

@@ -5,6 +5,7 @@ export {
closeDispatcher,
createPinnedDispatcher,
isBlockedHostnameOrIp,
resolvePinnedHostname,
resolvePinnedHostnameWithPolicy,
type LookupFn,
type SsrFPolicy,