exports[`test renders ./components/alert/demo/banner.md correctly 1`] = `
Warning text
Very long warning text warning text text text text text text text
`;
exports[`test renders ./components/alert/demo/basic.md correctly 1`] = `
Success Text
`;
exports[`test renders ./components/alert/demo/closable.md correctly 1`] = `
Warning Text Warning Text Warning TextW arning Text Warning Text Warning TextWarning Text
Error Text
Error Description Error Description Error Description Error Description Error Description Error Description
`;
exports[`test renders ./components/alert/demo/close-text.md correctly 1`] = `
`;
exports[`test renders ./components/alert/demo/description.md correctly 1`] = `
Success Text
Success Description Success Description Success Description
Info Text
Info Description Info Description Info Description Info Description
Warning Text
Warning Description Warning Description Warning Description Warning Description
Error Text
Error Description Error Description Error Description Error Description
`;
exports[`test renders ./components/alert/demo/icon.md correctly 1`] = `
Success Tips
Informational Notes
Warning
Error
success tips
Detailed description and advices about successful copywriting.
Informational Notes
Additional description and informations about copywriting.
Warning
This is a warning notice about copywriting.
Error
This is an error message about copywriting.
`;
exports[`test renders ./components/alert/demo/style.md correctly 1`] = `
Success Text
Info Text
Warning Text
Error Text
`;