From e98e9d115376f1ac5f47f4900f6681dcfd2822f1 Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Fri, 14 Aug 2020 11:16:18 +0800 Subject: [PATCH] test: 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`] = ` + +`;