diff --git a/components/message/__tests__/__snapshots__/demo.test.js.snap b/components/message/__tests__/__snapshots__/demo.test.js.snap index 8e8727199..4f270c02f 100644 --- a/components/message/__tests__/__snapshots__/demo.test.js.snap +++ b/components/message/__tests__/__snapshots__/demo.test.js.snap @@ -1,13 +1,33 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`renders ./antdv-demo/docs/message/demo/duration.md correctly 1`] = ``; +exports[`renders ./antdv-demo/docs/message/demo/duration.md correctly 1`] = ` + +`; -exports[`renders ./antdv-demo/docs/message/demo/info.md correctly 1`] = ``; +exports[`renders ./antdv-demo/docs/message/demo/info.md correctly 1`] = ` + +`; -exports[`renders ./antdv-demo/docs/message/demo/loading.md correctly 1`] = ``; +exports[`renders ./antdv-demo/docs/message/demo/loading.md correctly 1`] = ` + +`; -exports[`renders ./antdv-demo/docs/message/demo/other.md correctly 1`] = `
`; +exports[`renders ./antdv-demo/docs/message/demo/other.md correctly 1`] = ` +
+`; -exports[`renders ./antdv-demo/docs/message/demo/thenable.md correctly 1`] = ``; +exports[`renders ./antdv-demo/docs/message/demo/thenable.md correctly 1`] = ` + +`; -exports[`renders ./antdv-demo/docs/message/demo/update.md correctly 1`] = ``; +exports[`renders ./antdv-demo/docs/message/demo/update.md correctly 1`] = ` + +`;