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