This commit is contained in:
afc163 2016-12-14 18:11:01 +08:00
parent dc4cfd3e5f
commit bda303a38e

View File

@ -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`] = `