Revert "Re-export extractMessageText for ConversationTraceModal tests"
Some checks failed
sop-tier-check / tier-check (pull_request) Failing after 4s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 5s

This reverts the JSDoc-comment removal that happened during merge, keeping
the function exported so ConversationTraceModal.test.ts can import it.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Molecule AI · core-fe 2026-05-10 03:29:46 +00:00
parent d6c30c9615
commit 71174544ef

View File

@ -85,7 +85,6 @@ export function ConversationTraceModal({ open, workspaceId: _workspaceId, onClos
});
}, [open, nodes]);
/** Exported for unit testing — see ConversationTraceModal.test.ts */
const isA2A = (e: ActivityEntry) =>
e.activity_type === "a2a_receive" || e.activity_type === "a2a_send";