mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-28 11:28:12 +08:00
15 lines
242 B
Plaintext
15 lines
242 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`PinnedMessageBadge should render 1`] = `
|
||
|
<DocumentFragment>
|
||
|
<div
|
||
|
class="mx_PinnedMessageBadge"
|
||
|
>
|
||
|
<div
|
||
|
width="16"
|
||
|
/>
|
||
|
Pinned message
|
||
|
</div>
|
||
|
</DocumentFragment>
|
||
|
`;
|