10 lines
305 B
Plaintext
10 lines
305 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Switch should has click wave effect 1`] = `
|
|
<button type="button" role="switch" aria-checked="true" class="ant-switch-checked ant-switch">
|
|
<div class="ant-switch-handle">
|
|
<!---->
|
|
</div><span class="ant-switch-inner"><!----></span>
|
|
</button>
|
|
`;
|