mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 03:11:10 +00:00
refactor(test): centralize bundled channel test roots
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import { bundledPluginRoot } from "./scripts/lib/bundled-plugin-paths.mjs";
|
||||
|
||||
export const channelTestRoots = [
|
||||
"extensions/telegram",
|
||||
"extensions/discord",
|
||||
"extensions/whatsapp",
|
||||
"extensions/slack",
|
||||
"extensions/signal",
|
||||
"extensions/imessage",
|
||||
bundledPluginRoot("telegram"),
|
||||
bundledPluginRoot("discord"),
|
||||
bundledPluginRoot("whatsapp"),
|
||||
bundledPluginRoot("slack"),
|
||||
bundledPluginRoot("signal"),
|
||||
bundledPluginRoot("imessage"),
|
||||
"src/browser",
|
||||
"src/line",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user