* chore: update `@vector-im/compound-design-tokens` & `@vector-im/compound-web` to last version * chore: use `error-solid` icon instead of `error` * chore: update jest snapshot * fix: `AccessibleButton` lint
25 lines
575 B
Plaintext
25 lines
575 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<SettingsHeader /> should render the component 1`] = `
|
|
<DocumentFragment>
|
|
<h2
|
|
class="_typography_6v6n8_153 _font-heading-sm-semibold_6v6n8_93 mx_SettingsHeader"
|
|
>
|
|
Settings Header
|
|
</h2>
|
|
</DocumentFragment>
|
|
`;
|
|
|
|
exports[`<SettingsHeader /> should render the component with the recommended tag 1`] = `
|
|
<DocumentFragment>
|
|
<h2
|
|
class="_typography_6v6n8_153 _font-heading-sm-semibold_6v6n8_93 mx_SettingsHeader"
|
|
>
|
|
Settings Header
|
|
<span>
|
|
Recommended
|
|
</span>
|
|
</h2>
|
|
</DocumentFragment>
|
|
`;
|