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

10 lines
466 B
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
2021-09-02 06:42:25 +00:00
exports[`renders ./components/back-top/demo/basic.vue correctly 1`] = `<!----> Scroll down to see the bottom-right <strong style="color: rgba(64, 64, 64, 0.6);">gray</strong> button.`;
2021-09-02 06:42:25 +00:00
exports[`renders ./components/back-top/demo/custom.vue correctly 1`] = `
<div id="components-back-top-demo-custom">
2021-09-02 06:42:25 +00:00
<!----> Scroll down to see the bottom-right <strong style="color: rgb(16, 136, 233);">blue</strong> button.
2020-08-31 09:16:16 +00:00
</div>
`;