From 487c7d96f6989ded6aa0b7cf10c8dc365cd6242e Mon Sep 17 00:00:00 2001 From: Amour1688 Date: Fri, 14 Aug 2020 09:22:34 +0800 Subject: [PATCH] test: update back-top snap --- .../__tests__/__snapshots__/demo.test.js.snap | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/components/back-top/__tests__/__snapshots__/demo.test.js.snap b/components/back-top/__tests__/__snapshots__/demo.test.js.snap index 573247744..30d58d134 100644 --- a/components/back-top/__tests__/__snapshots__/demo.test.js.snap +++ b/components/back-top/__tests__/__snapshots__/demo.test.js.snap @@ -2,18 +2,10 @@ exports[`renders ./antdv-demo/docs/back-top/demo/basic.md correctly 1`] = `
- - Scroll down to see the bottom-right - gray - button. -
+ Scroll down to see the bottom-right gray button. `; exports[`renders ./antdv-demo/docs/back-top/demo/custom.md correctly 1`] = `
- - Scroll down to see the bottom-right - blue - button. -
+ Scroll down to see the bottom-right blue button. `;