Skip to content

Commit 17a4e99

Browse files
committed
Update markdown tests
1 parent de79db3 commit 17a4e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/__tests__/unit/components/MarkdownWrapper.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ code block
8484
render(<Markdown content="test" />)
8585

8686
expect(markdownIt).toHaveBeenCalledWith({
87-
html: true,
87+
html: false,
8888
linkify: true,
8989
typographer: true,
9090
})

0 commit comments

Comments
 (0)