Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
orzyyyy committed Jun 21, 2019
1 parent 7be1cbd commit aa59a9b
Showing 1 changed file with 39 additions and 23 deletions.
62 changes: 39 additions & 23 deletions src/pages/__tests__/__snapshots__/MarkdownEditor.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -91,33 +91,49 @@ exports[`MarkdownEditor render correctly 1`] = `
}
}
>
<ReactMarkdownWithHtml
astPlugins={Array []}
escapeHtml={false}
plugins={Array []}
rawSourcePos={false}
renderers={Object {}}
skipHtml={false}
source="testDataSource"
sourcePos={false}
transformLinkUri={[Function]}
<Component
dataSource="testDataSource"
>
<Root
key="root-1-1"
<div
className="MarkdownDetail"
>
<p
key="paragraph-1-1"
<div
className="wrapper"
>
<TextRenderer
key="text-1-1"
nodeKey="text-1-1"
value="testDataSource"
<div
className="content"
>
testDataSource
</TextRenderer>
</p>
</Root>
</ReactMarkdownWithHtml>
<ReactMarkdownWithHtml
astPlugins={Array []}
escapeHtml={false}
plugins={Array []}
rawSourcePos={false}
renderers={Object {}}
skipHtml={false}
source="testDataSource"
sourcePos={false}
transformLinkUri={[Function]}
>
<Root
key="root-1-1"
>
<p
key="paragraph-1-1"
>
<TextRenderer
key="text-1-1"
nodeKey="text-1-1"
value="testDataSource"
>
testDataSource
</TextRenderer>
</p>
</Root>
</ReactMarkdownWithHtml>
</div>
</div>
</div>
</Component>
</div>
</Col>
<Col
Expand Down

0 comments on commit aa59a9b

Please sign in to comment.