mirror of https://github.com/vector-im/riot-web
18 lines
344 B
Plaintext
18 lines
344 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`LiveBadge should render the expected HTML 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="mx_LiveBadge"
|
||
|
>
|
||
|
<i
|
||
|
aria-hidden="true"
|
||
|
class="mx_Icon mx_Icon_16 mx_Icon_live-badge"
|
||
|
role="presentation"
|
||
|
style="mask-image: url(\\"image-file-stub\\");"
|
||
|
/>
|
||
|
Live
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|