diff --git a/ui/src/components/IssueChatThread.test.tsx b/ui/src/components/IssueChatThread.test.tsx index f292646a..17ea34d6 100644 --- a/ui/src/components/IssueChatThread.test.tsx +++ b/ui/src/components/IssueChatThread.test.tsx @@ -52,13 +52,19 @@ vi.mock("./MarkdownEditor", () => ({ value = "", onChange, placeholder, + className, + contentClassName, }: { value?: string; onChange?: (value: string) => void; placeholder?: string; + className?: string; + contentClassName?: string; }) => (