2021-12-23 11:51:10 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`renders ./components/back-top/demo/basic.md extend context correctly 1`] = `
|
|
|
|
Array [
|
|
|
|
<div
|
|
|
|
class="ant-back-top"
|
|
|
|
/>,
|
|
|
|
<strong
|
|
|
|
class="site-back-top-basic"
|
|
|
|
>
|
2022-09-28 17:29:47 +08:00
|
|
|
gray
|
2021-12-23 11:51:10 +08:00
|
|
|
</strong>,
|
|
|
|
]
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`renders ./components/back-top/demo/custom.md extend context correctly 1`] = `
|
|
|
|
<div
|
2022-09-09 15:51:35 +08:00
|
|
|
style="height: 600vh; padding: 8px;"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div>
|
|
|
|
Scroll to bottom
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
Scroll to bottom
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
Scroll to bottom
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
Scroll to bottom
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
Scroll to bottom
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
Scroll to bottom
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
Scroll to bottom
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-back-top"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
`;
|