ant-design/components/switch/__tests__/__snapshots__/index.test.tsx.snap
Yuki Zhang efe6d7c8a1
test: move test cases to testing lib for Switch (#36326)
* add

* test: wave

* fix: type
2022-07-01 11:55:03 +08:00

18 lines
333 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"
/>
</button>
`;