From b4f8c491d3452926deb7628edbdb6fe2a85ff576 Mon Sep 17 00:00:00 2001 From: "hermes-seaeye[bot]" <307254004+hermes-seaeye[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 12:46:25 +0000 Subject: [PATCH] fmt(js): `npm run fix` on merge (#74827) Co-authored-by: github-actions[bot] --- .../components/assistant-ui/thread/user-message-text.test.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/desktop/src/components/assistant-ui/thread/user-message-text.test.tsx b/apps/desktop/src/components/assistant-ui/thread/user-message-text.test.tsx index 7f1feef89eb..e8c76f2d904 100644 --- a/apps/desktop/src/components/assistant-ui/thread/user-message-text.test.tsx +++ b/apps/desktop/src/components/assistant-ui/thread/user-message-text.test.tsx @@ -14,7 +14,9 @@ afterEach(cleanup) */ describe('a sent reference renders as the chip the composer showed', () => { it('chips a backtick-quoted @url: instead of splitting it into code', () => { - render() + render( + + ) expect(screen.queryByTitle('https://github.com/NousResearch/hermes-agent/pull/74790')).not.toBeNull() // The whole reference is one node — no bare `@url:` text left behind.