element-web/test/voice-broadcast/components/atoms/__snapshots__/LiveBadge-test.tsx.snap

15 lines
222 B
Plaintext

// 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>
`;