test: move Vitest configs under test

This commit is contained in:
Peter Steinberger
2026-04-10 13:40:04 +01:00
parent 64f2b20963
commit 2ccb5cff22
145 changed files with 896 additions and 774 deletions

View File

@@ -0,0 +1,5 @@
export const telegramExtensionTestRoots = ["extensions/telegram"];
export function isTelegramExtensionRoot(root) {
return telegramExtensionTestRoots.includes(root);
}