element-web-Github/test/components/views/settings/tabs/__snapshots__/SettingsTab-test.tsx.snap
Kerry 58c942be45
split SettingsSection out of SettingsTab, replace usage (#10735)
* split SettingsSection out of SettingsTab, replace usage

* correct copyright

* fix VoipRoomSettingsTab
2023-04-30 22:37:40 +00:00

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