You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
913 B
16 lines
913 B
7 years ago
|
// 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>
|
||
|
`;
|