mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-30 19:09:28 +00:00
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:
parent
fd90ef77be
commit
b4f8c491d3
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue