renovate[bot] b894f8d65f
Update jest to v30 (major) (#30117)
* 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>
2025-11-13 10:50:33 +00:00

21 lines
615 B
Plaintext

// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`FileDropTarget should not render drop file prompt on mouse over with file if permissions do not allow 1`] = `<DocumentFragment />`;
exports[`FileDropTarget should render drop file prompt on mouse over with file if permissions allow 1`] = `
<DocumentFragment>
<div
class="mx_FileDropTarget"
>
<img
alt=""
class="mx_FileDropTarget_image"
src="image-file-stub"
/>
Drop file here to upload
</div>
</DocumentFragment>
`;
exports[`FileDropTarget should render nothing when idle 1`] = `<DocumentFragment />`;