debian-mirror-gitlab/spec/frontend/registry/explorer/components/__snapshots__/registry_breadcrumb_spec.js.snap
2020-03-13 15:44:24 +05:30

28 lines
316 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Registry Breadcrumb when is rootRoute renders 1`] = `
<ul>
<li
class="foo bar"
>
baz
</li>
<li
class="foo bar"
>
foo
</li>
<!---->
<li>
<a
class="foo"
>
<a>
</a>
</a>
</li>
</ul>
`;