mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-25 09:58:11 +08:00
14 lines
263 B
Plaintext
14 lines
263 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`Roomeader renders with no props 1`] = `
|
||
|
<DocumentFragment>
|
||
|
<header
|
||
|
class="mx_LegacyRoomHeader light-panel"
|
||
|
>
|
||
|
<div
|
||
|
class="mx_LegacyRoomHeader_wrapper"
|
||
|
/>
|
||
|
</header>
|
||
|
</DocumentFragment>
|
||
|
`;
|