* 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>
24 lines
513 B
Plaintext
24 lines
513 B
Plaintext
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
|
|
|
exports[`InviteProgressBody should match snapshot 1`] = `
|
|
<DocumentFragment>
|
|
<div
|
|
class="mx_InviteProgressBody"
|
|
>
|
|
<div
|
|
class="mx_InlineSpinner"
|
|
>
|
|
<div
|
|
aria-label="Loading…"
|
|
class="mx_InlineSpinner_icon mx_Spinner_icon"
|
|
style="width: 32px; height: 32px;"
|
|
/>
|
|
</div>
|
|
<h1>
|
|
Preparing invitations...
|
|
</h1>
|
|
Do not close the app until finished.
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|