fmt(js): npm run fix on merge (#74827)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
hermes-seaeye[bot] 2026-07-30 12:46:25 +00:00 committed by GitHub
parent fd90ef77be
commit b4f8c491d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(<UserMessageText text="@url:`https://github.com/NousResearch/hermes-agent/pull/74790` urls lose formatting" />)
render(
<UserMessageText text="@url:`https://github.com/NousResearch/hermes-agent/pull/74790` urls lose formatting" />
)
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.