mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-16 01:41:02 +08:00
01ca7c7821
* test: replace testing-lib * test: replace testing-lib * test: replace testing-lib * test: update snap * test: replace testing-lib * test: replace testing-lib * test: update for lint * merge: merge * test: testing-lib * test: replace testing-lib * test: testing-lib * test: testing-lib * test: replace testing-lib * test: replace testing-lib * test: Replace test aria replacment logic * test: Update snapshot * chore: hack for id * test: clean up * test: clean demo * chore: update * test: snapshot update * test: fix snapshot rep logic * test: fix snapshot rep logic * test: fix snapshot rep logic * chore: update demo * test: fix snapshot rep logic * test: Update snapshot * test: rest snapshot * test: update snapshot * test: Update test case * test: config env * chore: clean up * chore: Use renderServer instead * test: adjust testing logic * test: modify test logic * test: split ssr test * test: skip if need skip * chore: ignore test file covv Co-authored-by: 二货机器人 <smith3816@gmail.com>
46 lines
668 B
Plaintext
46 lines
668 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`renders ./components/back-top/demo/basic.md correctly 1`] = `
|
|
Array [
|
|
<div
|
|
class="ant-back-top"
|
|
/>,
|
|
<strong
|
|
class="site-back-top-basic"
|
|
>
|
|
gray
|
|
</strong>,
|
|
]
|
|
`;
|
|
|
|
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"
|
|
/>
|
|
</div>
|
|
`;
|