From c0ed6b26cc1f2f0d6fbea1d04065de263b1a4cdb Mon Sep 17 00:00:00 2001 From: Amour1688 Date: Fri, 14 Aug 2020 13:20:27 +0800 Subject: [PATCH] feat: update message snap --- .../__tests__/__snapshots__/demo.test.js.snap | 32 +++++++++++++++---- 1 file changed, 26 insertions(+), 6 deletions(-) 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`] = ` + +`;