Wei Zhu
6 years ago
3 changed files with 27 additions and 2 deletions
@ -0,0 +1,14 @@ |
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP |
|||
|
|||
exports[`Layout renders string width correctly 1`] = ` |
|||
<div |
|||
class="ant-layout-sider ant-layout-sider-dark" |
|||
style="flex:0 0 200px;max-width:200px;min-width:200px;width:200px" |
|||
> |
|||
<div |
|||
class="ant-layout-sider-children" |
|||
> |
|||
Sider |
|||
</div> |
|||
</div> |
|||
`; |
Loading…
Reference in new issue