mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
fix snap
This commit is contained in:
parent
dc4cfd3e5f
commit
bda303a38e
@ -29,15 +29,13 @@ exports[`test renders ./components/notification/demo/duration.md correctly 1`] =
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`test renders ./components/notification/demo/with-btn.md correctly 1`] = `
|
exports[`test renders ./components/notification/demo/with-btn.md correctly 1`] = `
|
||||||
<div>
|
<button
|
||||||
<button
|
class="ant-btn ant-btn-primary"
|
||||||
class="ant-btn ant-btn-primary"
|
type="button">
|
||||||
type="button">
|
<span>
|
||||||
<span>
|
Open the notification box
|
||||||
Open the notification box
|
</span>
|
||||||
</span>
|
</button>
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`test renders ./components/notification/demo/with-icon.md correctly 1`] = `
|
exports[`test renders ./components/notification/demo/with-icon.md correctly 1`] = `
|
||||||
|
Loading…
Reference in New Issue
Block a user