Skip to content

Commit

Permalink
test: update Markdown.spec.tsx.snap
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsgowtham committed Dec 8, 2022
1 parent 1d7e6a8 commit 23e475d
Showing 1 changed file with 36 additions and 8 deletions.
44 changes: 36 additions & 8 deletions src/lib/__tests__/__snapshots__/Markdown.spec.tsx.snap
Expand Up @@ -5232,18 +5232,32 @@ exports[`Lists Elements in Lists: Blockquotes 1`] = `
}
}
>
<Text
<View
style={
{
"color": "#333333",
"fontSize": 16,
"lineHeight": 24,
"paddingVertical": 8,
}
}
>
A blockquote would look great below the second list item.
</Text>
<Text
style={{}}
>
<Text
style={
{
"color": "#333333",
"fontSize": 16,
"lineHeight": 24,
}
}
>
A blockquote would look great below the second list item.
</Text>
</Text>
</View>
</View>
</View>
<View
Expand Down Expand Up @@ -5470,18 +5484,32 @@ exports[`Lists Elements in Lists: Blockquotes 1`] = `
}
}
>
<Text
<View
style={
{
"color": "#333333",
"fontSize": 16,
"lineHeight": 24,
"paddingVertical": 8,
}
}
>
A blockquote would look great below the second list item.
</Text>
<Text
style={{}}
>
<Text
style={
{
"color": "#333333",
"fontSize": 16,
"lineHeight": 24,
}
}
>
A blockquote would look great below the second list item.
</Text>
</Text>
</View>
</View>
</View>
</View>
Expand Down

0 comments on commit 23e475d

Please sign in to comment.