update snapshot for new jest

This commit is contained in:
afc163 2017-10-09 13:32:11 +08:00
parent 475e4ff23d
commit 942ea41b02
14 changed files with 129 additions and 131 deletions

View File

@ -174,7 +174,6 @@ exports[`renders ./components/dropdown/demo/sub-menu.md correctly 1`] = `
`;
exports[`renders ./components/dropdown/demo/trigger.md correctly 1`] = `
<div>
<a
class="ant-dropdown-link ant-dropdown-trigger"
href="#"
@ -184,5 +183,4 @@ exports[`renders ./components/dropdown/demo/trigger.md correctly 1`] = `
class="anticon anticon-down"
/>
</a>
</div>
`;