mirror of https://github.com/openclaw/openclaw.git
test(regression): cover cold-runtime plugin-sdk chunking exports
This commit is contained in:
parent
277af32485
commit
08cd52b7c6
|
|
@ -193,7 +193,20 @@ describe("plugin-sdk subpath exports", () => {
|
|||
"parseChatTargetPrefixesOrThrow",
|
||||
"resolveServicePrefixedAllowTarget",
|
||||
"resolveServicePrefixedTarget",
|
||||
"chunkTextForOutbound",
|
||||
]);
|
||||
for (const subpath of [
|
||||
"feishu",
|
||||
"googlechat",
|
||||
"matrix",
|
||||
"mattermost",
|
||||
"msteams",
|
||||
"zalo",
|
||||
"zalouser",
|
||||
]) {
|
||||
expectSourceMentions(subpath, ["chunkTextForOutbound"]);
|
||||
}
|
||||
expectSourceMentions("signal", ["chunkText"]);
|
||||
expectSourceMentions("reply-history", [
|
||||
"buildPendingHistoryContextFromMap",
|
||||
"clearHistoryEntriesIfEnabled",
|
||||
|
|
|
|||
Loading…
Reference in New Issue