mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: move Vitest configs under test
This commit is contained in:
5
test/vitest/vitest.extension-telegram-paths.mjs
Normal file
5
test/vitest/vitest.extension-telegram-paths.mjs
Normal file
@@ -0,0 +1,5 @@
|
||||
export const telegramExtensionTestRoots = ["extensions/telegram"];
|
||||
|
||||
export function isTelegramExtensionRoot(root) {
|
||||
return telegramExtensionTestRoots.includes(root);
|
||||
}
|
||||
Reference in New Issue
Block a user