mirror of https://github.com/vector-im/riot-web
18 lines
371 B
Plaintext
18 lines
371 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`bodyToHtml should generate big emoji for an emoji-only reply to a message 1`] = `
|
||
|
<DocumentFragment>
|
||
|
<span
|
||
|
class="mx_EventTile_body mx_EventTile_bigEmoji"
|
||
|
dir="auto"
|
||
|
>
|
||
|
<span
|
||
|
class="mx_Emoji"
|
||
|
title=":smiling_face_with_3_hearts:"
|
||
|
>
|
||
|
🥰
|
||
|
</span>
|
||
|
</span>
|
||
|
</DocumentFragment>
|
||
|
`;
|