ant-design/components/back-top/__tests__/__snapshots__/demo.test.ts.snap

46 lines
668 B
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./components/back-top/demo/basic.md correctly 1`] = `
Array [
<div
class="ant-back-top"
/>,
2016-11-22 14:28:05 +08:00
<strong
2019-12-26 15:15:46 +08:00
class="site-back-top-basic"
>
2016-11-22 14:28:05 +08:00
gray
</strong>,
]
2016-11-22 14:28:05 +08:00
`;
exports[`renders ./components/back-top/demo/custom.md correctly 1`] = `
<div
style="height: 600vh; padding: 8px;"
>
<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"
/>
2016-11-22 14:28:05 +08:00
</div>
`;