test: isolate telegram bot behavior suite from unit-fast lane

This commit is contained in:
Peter Steinberger
2026-02-16 04:50:19 +00:00
parent 0b780789bc
commit f1654b4ba2

View File

@@ -37,6 +37,8 @@ const unitIsolatedFilesRaw = [
"src/hooks/install.test.ts",
// Setup-heavy bot bootstrap suite.
"src/telegram/bot.create-telegram-bot.test.ts",
// Medium-heavy bot behavior suite; move off unit-fast critical path.
"src/telegram/bot.test.ts",
// Slack slash registration tests are setup-heavy and can bottleneck unit-fast.
"src/slack/monitor/slash.test.ts",
// Uses process-level unhandledRejection listeners; keep it off vmForks to avoid cross-file leakage.