ant-design-vue/components/switch/__tests__/__snapshots__/index.test.js.snap

7 lines
259 B
Plaintext

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