mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +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 = [
|
export const channelTestRoots = [
|
||||||
"extensions/telegram",
|
bundledPluginRoot("telegram"),
|
||||||
"extensions/discord",
|
bundledPluginRoot("discord"),
|
||||||
"extensions/whatsapp",
|
bundledPluginRoot("whatsapp"),
|
||||||
"extensions/slack",
|
bundledPluginRoot("slack"),
|
||||||
"extensions/signal",
|
bundledPluginRoot("signal"),
|
||||||
"extensions/imessage",
|
bundledPluginRoot("imessage"),
|
||||||
"src/browser",
|
"src/browser",
|
||||||
"src/line",
|
"src/line",
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user