58c942be45
* split SettingsSection out of SettingsTab, replace usage * correct copyright * fix VoipRoomSettingsTab
17 lines
254 B
Text
17 lines
254 B
Text
// 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>
|
|
`;
|