ant-design/components/switch/__tests__/__snapshots__/index.test.tsx.snap
2023-06-07 21:59:21 +08:00

25 lines
456 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Switch rtl render component should be rendered correctly in RTL direction 1`] = `
<button
aria-checked="false"
class="ant-switch ant-switch-rtl"
role="switch"
type="button"
>
<div
class="ant-switch-handle"
/>
<span
class="ant-switch-inner"
>
<span
class="ant-switch-inner-checked"
/>
<span
class="ant-switch-inner-unchecked"
/>
</span>
</button>
`;