afc163
8 years ago
1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||||
|
exports[`Breadcrumb should allow Breadcrumb.Item is null or undefined 1`] = ` |
||||
|
<div |
||||
|
class="ant-breadcrumb"> |
||||
|
<span> |
||||
|
<span |
||||
|
class="ant-breadcrumb-link"> |
||||
|
Home |
||||
|
</span> |
||||
|
<span |
||||
|
class="ant-breadcrumb-separator"> |
||||
|
/ |
||||
|
</span> |
||||
|
</span> |
||||
|
</div> |
||||
|
`; |
Loading…
Reference in new issue