mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-15 01:11:26 +08:00
e652eef04c
* style: add rtl base * fix: add test snap
20 lines
376 B
Plaintext
20 lines
376 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Checkbox rtl render component should be rendered correctly in RTL direction 1`] = `
|
|
<label
|
|
class="ant-checkbox-wrapper ant-checkbox-rtl"
|
|
>
|
|
<span
|
|
class="ant-checkbox"
|
|
>
|
|
<input
|
|
class="ant-checkbox-input"
|
|
type="checkbox"
|
|
/>
|
|
<span
|
|
class="ant-checkbox-inner"
|
|
/>
|
|
</span>
|
|
</label>
|
|
`;
|