mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
aca2656721
* docs: 🎬 improve BackTop demo * fix Backtop not working in iframe * fix lint * fix ci * fix ci * ✅ add more test case * ✅ add more test cases * fix ci
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`BackTop rtl render component should be rendered correctly in RTL direction 1`] = `
|
|
<div
|
|
class="ant-back-top ant-back-top-rtl"
|
|
/>
|
|
`;
|