Skip to content

Commit 487c7d9

Browse files
committed
test: update back-top snap
1 parent 4da81eb commit 487c7d9

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

components/back-top/__tests__/__snapshots__/demo.test.js.snap

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,10 @@
22

33
exports[`renders ./antdv-demo/docs/back-top/demo/basic.md correctly 1`] = `
44
<div>
5-
<!---->
6-
Scroll down to see the bottom-right
7-
<strong style="color: rgba(64, 64, 64, 0.6);"> gray </strong>
8-
button.
9-
</div>
5+
<!----> Scroll down to see the bottom-right <strong style="color: rgba(64, 64, 64, 0.6);"> gray </strong> button. </div>
106
`;
117

128
exports[`renders ./antdv-demo/docs/back-top/demo/custom.md correctly 1`] = `
139
<div id="components-back-top-demo-custom">
14-
<!---->
15-
Scroll down to see the bottom-right
16-
<strong style="color: rgb(16, 136, 233);"> blue </strong>
17-
button.
18-
</div>
10+
<!----> Scroll down to see the bottom-right <strong style="color: rgb(16, 136, 233);"> blue </strong> button. </div>
1911
`;

0 commit comments

Comments
 (0)