mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-25 18:08:14 +08:00
18 lines
254 B
Plaintext
18 lines
254 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`<SettingsTab /> renders tab 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="mx_SettingsTab"
|
||
|
>
|
||
|
<div
|
||
|
class="mx_SettingsTab_sections"
|
||
|
>
|
||
|
<div>
|
||
|
test
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|