* 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>
17 lines
414 B
Plaintext
17 lines
414 B
Plaintext
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
|
|
|
exports[`QuickSettingsButton should render the quick settings button in expanded mode 1`] = `
|
|
<DocumentFragment>
|
|
<div
|
|
aria-expanded="true"
|
|
aria-haspopup="dialog"
|
|
aria-label="Quick settings"
|
|
class="mx_AccessibleButton mx_QuickSettingsButton expanded"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
Settings
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|