You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

27 lines
555 B

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Upload rtl render component should be rendered correctly in RTL direction 1`] = `
<span
class=""
>
<div
class="ant-upload ant-upload-select ant-upload-select-text ant-upload-rtl"
style="display: none;"
>
<span
class="ant-upload"
role="button"
tabindex="0"
>
<input
accept=""
style="display: none;"
type="file"
/>
</span>
</div>
<div
class="ant-upload-list ant-upload-list-text ant-upload-list-rtl"
/>
</span>
`;