mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-16 01:41:15 +08:00
16 lines
913 B
Plaintext
16 lines
913 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`renders ./components/message/demo/duration.md correctly 1`] = `<button type="button" class="ant-btn ant-btn-default"><span>Customized display duration</span></button>`;
|
||
|
|
||
|
exports[`renders ./components/message/demo/info.md correctly 1`] = `<button type="button" class="ant-btn ant-btn-primary"><span>Display normal message</span></button>`;
|
||
|
|
||
|
exports[`renders ./components/message/demo/loading.md correctly 1`] = `<button type="button" class="ant-btn ant-btn-default"><span>Display a loading indicator</span></button>`;
|
||
|
|
||
|
exports[`renders ./components/message/demo/other.md correctly 1`] = `
|
||
|
<div>
|
||
|
<button type="button" class="ant-btn ant-btn-default"><span>Success</span></button>
|
||
|
<button type="button" class="ant-btn ant-btn-default"><span>Error</span></button>
|
||
|
<button type="button" class="ant-btn ant-btn-default"><span>Warning</span></button>
|
||
|
</div>
|
||
|
`;
|