amis2/__tests__/renderers/__snapshots__/Link.test.tsx.snap
2019-07-04 16:24:13 +08:00

14 lines
210 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Renderer:link 1`] = `
<div>
<a
class="a-Link show"
href="https://www.baidu.com"
target="_blank"
>
https://www.baidu.com
</a>
</div>
`;