ant-design/components/upload/__tests__/__snapshots__/upload.test.js.snap
2021-12-04 17:06:36 +08:00

28 lines
555 B
Plaintext

// 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>
`;