mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-15 01:11:26 +08:00
21 lines
495 B
Plaintext
21 lines
495 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`QRCode test rtl render component should be rendered correctly in RTL direction 1`] = `null`;
|
||
|
|
||
|
exports[`QRCode test should correct render 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="ant-qrcode"
|
||
|
style="width: 160px; height: 160px;"
|
||
|
>
|
||
|
<canvas
|
||
|
height="134"
|
||
|
style="height: 134px; width: 134px;"
|
||
|
width="134"
|
||
|
/>
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|
||
|
|
||
|
exports[`QRCode test should render \`null\` and console Error when value not exist 1`] = `null`;
|