mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
test: improve coverage for some files (#33218)
This commit is contained in:
@ -42,7 +42,7 @@ export const Markdown = memo((props: MarkdownProps) => {
|
||||
const latexContent = useMemo(() => preprocess(content), [content])
|
||||
|
||||
return (
|
||||
<div className={cn('markdown-body', '!text-text-primary', className)}>
|
||||
<div className={cn('markdown-body', '!text-text-primary', className)} data-testid="markdown-body">
|
||||
<StreamdownWrapper
|
||||
pluginInfo={pluginInfo}
|
||||
latexContent={latexContent}
|
||||
|
||||
Reference in New Issue
Block a user