summaryrefslogtreecommitdiff
path: root/spec/frontend/registry/explorer/components/__snapshots__/registry_breadcrumb_spec.js.snap
blob: feae2f629b78e06eaf9221f03de0e5b84dfbfe9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// 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>
`;