There was an error while loading. Please reload this page.
1 parent f63fce4 commit 6f6e881Copy full SHA for 6f6e881
1 file changed
tests/telegram-agents.test.mjs
@@ -17,7 +17,6 @@ import {
17
import { handleTelegramMessage as inboxHandle } from '../.test-build/inbox-buddy-telegram/agent.js';
18
import { handleTelegramMention, handleJokeOfTheDay } from '../.test-build/joke-bot-telegram/agent.js';
19
import { checkReleases } from '../.test-build/spotify-releases-telegram/agent.js';
20
-import { postFreshStories, retryPendingThreadBody } from '../.test-build/hn-monitor/agent.js';
21
22
const HERE = path.dirname(fileURLToPath(import.meta.url));
23
const SEEDS = path.join(HERE, '..', 'evals', 'seeds');
0 commit comments