diff --git a/ui/src/components/IssueChatThread.test.tsx b/ui/src/components/IssueChatThread.test.tsx index b0cb86ce..bcc6b8bd 100644 --- a/ui/src/components/IssueChatThread.test.tsx +++ b/ui/src/components/IssueChatThread.test.tsx @@ -22,6 +22,7 @@ vi.mock("@assistant-ui/react", () => ({ MessagePrimitive: { Root: ({ children }: { children: ReactNode }) =>
{children}
, Content: () => null, + Parts: () => null, }, useAui: () => ({ thread: () => ({ append: vi.fn() }) }), useAuiState: () => false, @@ -47,7 +48,19 @@ vi.mock("./MarkdownBody", () => ({ })); vi.mock("./MarkdownEditor", () => ({ - MarkdownEditor: () =>