You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
472 B
15 lines
472 B
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Space should render correct with children 1`] = `
|
|
<div class="ant-space ant-space-horizontal ant-space-align-center">
|
|
<div class="ant-space-item" style="margin-right: 8px;">text1</div>
|
|
<!---->
|
|
<div class="ant-space-item" style="margin-right: 8px;"><span>text1</span></div>
|
|
<!---->
|
|
<div class="ant-space-item">text3</div>
|
|
<!---->
|
|
</div>
|
|
`;
|
|
|
|
exports[`Space should render width empty children 1`] = `<!---->`;
|