From 31e62985b062adeabed99262df9ef7e008541260 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Mon, 3 Aug 2020 22:45:58 +0800 Subject: [PATCH] test: update snap --- antdv-demo | 2 +- components/slider/__tests__/__snapshots__/index.test.js.snap | 4 ++-- .../statistic/__tests__/__snapshots__/index.test.js.snap | 5 ++++- examples/App.vue | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/antdv-demo b/antdv-demo index fc551d514..260c9cf39 160000 --- a/antdv-demo +++ b/antdv-demo @@ -1 +1 @@ -Subproject commit fc551d5148a4b72ca5a8c119d3d141ec6190ffd9 +Subproject commit 260c9cf394e951e6c947bb9a3f4b760a1a226a53 diff --git a/components/slider/__tests__/__snapshots__/index.test.js.snap b/components/slider/__tests__/__snapshots__/index.test.js.snap index 6343886db..60a2cb3d2 100644 --- a/components/slider/__tests__/__snapshots__/index.test.js.snap +++ b/components/slider/__tests__/__snapshots__/index.test.js.snap @@ -10,7 +10,7 @@ exports[`Slider should show tooltip when hovering slider handler 1`] = `
-
+
@@ -38,7 +38,7 @@ exports[`Slider should show tooltip when hovering slider handler 2`] = `
-
+
diff --git a/components/statistic/__tests__/__snapshots__/index.test.js.snap b/components/statistic/__tests__/__snapshots__/index.test.js.snap index 42bf7e0b2..bd3177f06 100644 --- a/components/statistic/__tests__/__snapshots__/index.test.js.snap +++ b/components/statistic/__tests__/__snapshots__/index.test.js.snap @@ -3,6 +3,9 @@ exports[`Statistic support negetive number 1`] = `
Account Balance (CNY)
-
-112,893.12
+
+ -112,893.12 + +
`; diff --git a/examples/App.vue b/examples/App.vue index 2267b7082..0e9bb0e13 100644 --- a/examples/App.vue +++ b/examples/App.vue @@ -4,7 +4,7 @@