2022-09-26 16:29:38 +03:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`LiveBadge should render the expected HTML 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="mx_LiveBadge"
|
|
|
|
>
|
2022-10-20 11:04:14 +03:00
|
|
|
<div
|
|
|
|
class="mx_Icon mx_Icon_16"
|
2022-09-26 16:29:38 +03:00
|
|
|
/>
|
|
|
|
Live
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|