9 lines
714 B
Plaintext
9 lines
714 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`DropdownButton should support href like Button 1`] = `
|
|
<div class="ant-btn-group ant-dropdown-button"><a href="https://ant.design" class="ant-btn ant-btn-default">
|
|
<!----></a>
|
|
<!----><button class="ant-dropdown-trigger ant-btn ant-btn-default" type="button">
|
|
<!----><span role="img" aria-label="ellipsis" class="anticon anticon-ellipsis"><svg class="" data-icon="ellipsis" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M176 511a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0z"></path></svg></span></button></div>
|
|
`;
|