Migrate Enzyme to RTL (#9842)

This commit is contained in:
Germain 2022-12-29 15:35:19 +00:00 committed by GitHub
parent 6d2d13fdee
commit 1e8b59ea40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 234 additions and 227 deletions

View file

@ -1,22 +1,18 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<Marker /> renders with location icon when no room member 1`] = `
<ForwardRef
id="abc123"
>
<DocumentFragment>
<div
className="mx_Marker mx_Marker_defaultColor"
class="mx_Marker mx_Marker_defaultColor"
id="abc123"
>
<OptionalTooltip>
<div
class="mx_Marker_border"
>
<div
className="mx_Marker_border"
>
<div
className="mx_Marker_icon"
/>
</div>
</OptionalTooltip>
class="mx_Marker_icon"
/>
</div>
</div>
</ForwardRef>
</DocumentFragment>
`;