mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
update snapshot for new jest
This commit is contained in:
parent
475e4ff23d
commit
942ea41b02
@ -174,15 +174,13 @@ exports[`renders ./components/dropdown/demo/sub-menu.md correctly 1`] = `
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/trigger.md correctly 1`] = `
|
||||
<div>
|
||||
<a
|
||||
<a
|
||||
class="ant-dropdown-link ant-dropdown-trigger"
|
||||
href="#"
|
||||
>
|
||||
>
|
||||
Click me
|
||||
<i
|
||||
class="anticon anticon-down"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</a>
|
||||
`;
|
||||
|
@ -840,7 +840,7 @@ exports[`renders ./components/form/demo/global-state.md correctly 1`] = `
|
||||
"username": {
|
||||
"value": "benjycui"
|
||||
}
|
||||
}
|
||||
}
|
||||
</pre>
|
||||
</div>
|
||||
`;
|
||||
|
@ -704,7 +704,7 @@ exports[`renders ./components/grid/demo/playground.md correctly 1`] = `
|
||||
<Col span={6} />
|
||||
<Col span={6} />
|
||||
<Col span={6} />
|
||||
</Row>
|
||||
</Row>
|
||||
</pre>
|
||||
</div>
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user