2018-05-15 01:52:44 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2020-08-14 03:16:18 +00:00
|
|
|
exports[`renders ./antdv-demo/docs/message/demo/duration.md correctly 1`] = `
|
|
|
|
<button class="ant-btn" type="button">
|
2020-08-31 09:16:16 +00:00
|
|
|
<!----><span>Customized display duration</span>
|
|
|
|
</button>
|
2020-08-14 03:16:18 +00:00
|
|
|
`;
|
2018-05-15 01:52:44 +00:00
|
|
|
|
2020-08-14 03:16:18 +00:00
|
|
|
exports[`renders ./antdv-demo/docs/message/demo/info.md correctly 1`] = `
|
|
|
|
<button class="ant-btn ant-btn-primary" type="button">
|
2020-08-31 09:16:16 +00:00
|
|
|
<!----><span>Display normal message</span>
|
|
|
|
</button>
|
2020-08-14 03:16:18 +00:00
|
|
|
`;
|
2018-05-15 01:52:44 +00:00
|
|
|
|
2020-08-14 03:16:18 +00:00
|
|
|
exports[`renders ./antdv-demo/docs/message/demo/loading.md correctly 1`] = `
|
|
|
|
<button class="ant-btn" type="button">
|
2020-08-31 09:16:16 +00:00
|
|
|
<!----><span>Display a loading indicator</span>
|
|
|
|
</button>
|
2020-08-14 03:16:18 +00:00
|
|
|
`;
|
2018-05-15 01:52:44 +00:00
|
|
|
|
2020-08-14 03:16:18 +00:00
|
|
|
exports[`renders ./antdv-demo/docs/message/demo/other.md correctly 1`] = `
|
|
|
|
<div><button class="ant-btn" type="button">
|
2020-08-31 09:16:16 +00:00
|
|
|
<!----><span>Success</span>
|
|
|
|
</button><button class="ant-btn" type="button">
|
|
|
|
<!----><span>Error</span>
|
|
|
|
</button><button class="ant-btn" type="button">
|
|
|
|
<!----><span>Warning</span>
|
|
|
|
</button></div>
|
2020-08-14 03:16:18 +00:00
|
|
|
`;
|
2018-09-05 13:28:54 +00:00
|
|
|
|
2020-08-14 03:16:18 +00:00
|
|
|
exports[`renders ./antdv-demo/docs/message/demo/thenable.md correctly 1`] = `
|
|
|
|
<button class="ant-btn" type="button">
|
2020-08-31 09:16:16 +00:00
|
|
|
<!----><span>Display a sequence of message</span>
|
|
|
|
</button>
|
2020-08-14 03:16:18 +00:00
|
|
|
`;
|
2020-03-07 11:45:13 +00:00
|
|
|
|
2020-08-14 03:16:18 +00:00
|
|
|
exports[`renders ./antdv-demo/docs/message/demo/update.md correctly 1`] = `
|
|
|
|
<button class="ant-btn ant-btn-primary" type="button">
|
2020-08-31 09:16:16 +00:00
|
|
|
<!----><span>Open the message box</span>
|
|
|
|
</button>
|
2020-08-14 03:16:18 +00:00
|
|
|
`;
|