* Update jest to v30 * Update jest to v30 * Update snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Apply jsdom patch Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Fix tests Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
22 lines
580 B
Plaintext
22 lines
580 B
Plaintext
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
|
|
|
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 mx_SettingsHeader_recommended"
|
|
>
|
|
Settings Header
|
|
</h2>
|
|
</DocumentFragment>
|
|
`;
|