ant-design-vue/components/input/__tests__/__snapshots__/Search.test.js.snap

6 lines
668 B
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
2019-03-15 15:11:25 +00:00
exports[`Input.Search should support custom Button 1`] = `<span class="ant-input-affix-wrapper ant-input-search ant-input-search-enter-button"><input type="text" class="ant-input"><span class="ant-input-suffix"><button type="button" class="ant-btn ant-btn-default ant-input-search-button"><span>ok</span></button></span></span>`;
2019-03-15 15:11:25 +00:00
exports[`Input.Search should support custom button 1`] = `<span class="ant-input-affix-wrapper ant-input-search ant-input-search-enter-button"><input type="text" class="ant-input"><span class="ant-input-suffix"><button type="button" class="ant-input-search-button">ok</button></span></span>`;