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`] = `
<div>
<button
class="ant-btn ant-btn-primary"
type="button">
<span>
Open the notification box
</span>
</button>
</div>
<button
class="ant-btn ant-btn-primary"
type="button">
<span>
Open the notification box
</span>
</button>
`;
exports[`test renders ./components/notification/demo/with-icon.md correctly 1`] = `