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.