mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-15 09:21:22 +08:00
14 lines
185 B
Plaintext
14 lines
185 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`Grid should render Col 1`] = `
|
||
|
<div
|
||
|
class="ant-col-2"
|
||
|
/>
|
||
|
`;
|
||
|
|
||
|
exports[`Grid should render Row 1`] = `
|
||
|
<div
|
||
|
class="ant-row"
|
||
|
/>
|
||
|
`;
|