ant-design-vue/components/transfer/__tests__/__snapshots__/search.test.js.snap

6 lines
497 B
Plaintext
Raw Normal View History

2018-05-23 08:07:02 +00:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
2018-09-05 13:58:32 +00:00
exports[`Search should show cross icon when input value exists 1`] = `<div><input value="" placeholder="" type="text" class="ant-input"><span class="undefined-action"><i class="anticon anticon-search"></i></span></div>`;
2018-05-23 08:07:02 +00:00
2018-09-05 13:58:32 +00:00
exports[`Search should show cross icon when input value exists 2`] = `<div><input value="a" placeholder="" type="text" class="ant-input"><a href="#" class="undefined-action"><i class="anticon anticon-cross-circle"></i></a></div>`;