refactor: route more runtime-boundary tests through public seams

This commit is contained in:
Peter Steinberger
2026-03-27 05:49:26 +00:00
parent 9917f3b3a1
commit f217a10780
6 changed files with 19 additions and 18 deletions

View File

@@ -1,3 +1,4 @@
export { buildTelegramMessageContextForTest } from "./src/bot-message-context.test-harness.js";
export { handleTelegramAction } from "./src/action-runtime.js";
export { telegramMessageActionRuntime } from "./src/channel-actions.js";
export { sendMessageTelegram, sendPollTelegram, type TelegramApiOverride } from "./src/send.js";