mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-13 17:02:02 +03:00
14 lines
222 B
Text
14 lines
222 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`LiveBadge should render the expected HTML 1`] = `
|
|
<div>
|
|
<div
|
|
class="mx_LiveBadge"
|
|
>
|
|
<div
|
|
class="mx_Icon mx_Icon_16"
|
|
/>
|
|
Live
|
|
</div>
|
|
</div>
|
|
`;
|