2022-10-13 15:07:34 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`<SettingsSubsectionHeading /> renders with children 1`] = `
|
2022-11-04 18:48:08 +08:00
|
|
|
{
|
2022-10-13 15:07:34 +08:00
|
|
|
"container": <div>
|
|
|
|
<div
|
|
|
|
class="mx_SettingsSubsectionHeading"
|
|
|
|
>
|
|
|
|
<h3
|
|
|
|
class="mx_Heading_h3 mx_SettingsSubsectionHeading_heading"
|
|
|
|
>
|
|
|
|
test
|
|
|
|
</h3>
|
|
|
|
<a
|
|
|
|
href="/#"
|
|
|
|
>
|
|
|
|
test
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`<SettingsSubsectionHeading /> renders without children 1`] = `
|
2022-11-04 18:48:08 +08:00
|
|
|
{
|
2022-10-13 15:07:34 +08:00
|
|
|
"container": <div>
|
|
|
|
<div
|
|
|
|
class="mx_SettingsSubsectionHeading"
|
|
|
|
>
|
|
|
|
<h3
|
|
|
|
class="mx_Heading_h3 mx_SettingsSubsectionHeading_heading"
|
|
|
|
>
|
|
|
|
test
|
|
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
</div>,
|
|
|
|
}
|
|
|
|
`;
|