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.
 
 

34 lines
542 B

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Breadcrumb.ItemRender render as expect 1`] = `
<div>
<nav
class="ant-breadcrumb"
>
<ol>
<li>
<a
class="my-link"
data-path="/"
>
Home
</a>
</li>
<li
aria-hidden="true"
class="ant-breadcrumb-separator"
>
/
</li>
<li>
<a
class="my-link"
data-path="/bamboo"
>
Bamboo
</a>
</li>
</ol>
</nav>
</div>
`;