mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-15 13:38:29 +02:00
17 lines
258 B
Text
17 lines
258 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`App rtl render component should be rendered correctly in RTL direction 1`] = `
|
|
<div
|
|
class="ant-app"
|
|
/>
|
|
`;
|
|
|
|
exports[`App single 1`] = `
|
|
<div
|
|
class="ant-app"
|
|
>
|
|
<div>
|
|
Hello World
|
|
</div>
|
|
</div>
|
|
`;
|