mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-20 05:31:30 +00:00
test(regression): cover bluebubbles plugin-sdk facade exports
This commit is contained in:
@@ -195,6 +195,30 @@ describe("plugin-sdk subpath exports", () => {
|
||||
"resolveServicePrefixedTarget",
|
||||
"chunkTextForOutbound",
|
||||
]);
|
||||
expectSourceMentions("imessage-core", [
|
||||
"normalizeIMessageAcpConversationId",
|
||||
"matchIMessageAcpConversation",
|
||||
"resolveIMessageConversationIdFromTarget",
|
||||
"parseChatAllowTargetPrefixes",
|
||||
"parseChatTargetPrefixesOrThrow",
|
||||
"resolveServicePrefixedAllowTarget",
|
||||
"resolveServicePrefixedTarget",
|
||||
]);
|
||||
expectSourceMentions("bluebubbles", [
|
||||
"normalizeBlueBubblesAcpConversationId",
|
||||
"matchBlueBubblesAcpConversation",
|
||||
"resolveBlueBubblesConversationIdFromTarget",
|
||||
"resolveAckReaction",
|
||||
"resolveChannelMediaMaxBytes",
|
||||
"collectBlueBubblesStatusIssues",
|
||||
"createChannelPairingController",
|
||||
"createChannelReplyPipeline",
|
||||
"resolveRequestUrl",
|
||||
"buildProbeChannelStatusSummary",
|
||||
"extractToolSend",
|
||||
"createFixedWindowRateLimiter",
|
||||
"withResolvedWebhookRequestPipeline",
|
||||
]);
|
||||
for (const subpath of [
|
||||
"feishu",
|
||||
"googlechat",
|
||||
|
||||
Reference in New Issue
Block a user