mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
test: tighten configured state channel list
This commit is contained in:
@@ -9,9 +9,12 @@ const nodeRequire = createRequire(import.meta.url);
|
||||
|
||||
describe("bundled channel configured-state metadata", () => {
|
||||
it("lists the shipped metadata-first configured-state channels", () => {
|
||||
expect(listBundledChannelIdsWithConfiguredState()).toEqual(
|
||||
expect.arrayContaining(["discord", "irc", "slack", "telegram"]),
|
||||
);
|
||||
expect(listBundledChannelIdsWithConfiguredState()).toEqual([
|
||||
"discord",
|
||||
"irc",
|
||||
"slack",
|
||||
"telegram",
|
||||
]);
|
||||
});
|
||||
|
||||
it("resolves Discord, Slack, Telegram, and IRC env probes without full plugin loads", () => {
|
||||
|
||||
Reference in New Issue
Block a user