1- // Jest Snapshot v1, https://goo.gl/fbAQLP
1+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22
3- exports [` components/BreadCrumbs Segment should render EMPTY 1` ] = `
3+ exports [` components/BreadCrumbs > Segment > should render EMPTY 1` ] = `
44<div >
55 <i >
66 < EMPTY>
77 </i >
88</div >
99` ;
1010
11- exports [` components/BreadCrumbs Segment should render label 1` ] = `
11+ exports [` components/BreadCrumbs > Segment > should render label 1` ] = `
1212<div >
1313 Lorem ipsum
1414</div >
1515` ;
1616
17- exports [` components/BreadCrumbs Segment should render link 1` ] = `
17+ exports [` components/BreadCrumbs > Segment > should render link 1` ] = `
1818<div >
1919 <a
2020 class = " makeStyles-root-1"
@@ -25,7 +25,7 @@ exports[`components/BreadCrumbs Segment should render link 1`] = `
2525</div >
2626` ;
2727
28- exports [` components/BreadCrumbs render and end with separator 1` ] = `
28+ exports [` components/BreadCrumbs > render > and end with separator 1` ] = `
2929<div >
3030 <a
3131 class = " makeStyles-root-5"
@@ -51,7 +51,7 @@ exports[`components/BreadCrumbs render and end with separator 1`] = `
5151</div >
5252` ;
5353
54- exports [` components/BreadCrumbs render and make links for every crumb 1` ] = `
54+ exports [` components/BreadCrumbs > render > and make links for every crumb 1` ] = `
5555<div >
5656 <a
5757 class = " makeStyles-root-4"
@@ -76,7 +76,7 @@ exports[`components/BreadCrumbs render and make links for every crumb 1`] = `
7676</div >
7777` ;
7878
79- exports [` components/BreadCrumbs render and transform links 1` ] = `
79+ exports [` components/BreadCrumbs > render > and transform links 1` ] = `
8080<div >
8181 <a
8282 class = " makeStyles-root-3"
@@ -96,7 +96,7 @@ exports[`components/BreadCrumbs render and transform links 1`] = `
9696</div >
9797` ;
9898
99- exports [` components/BreadCrumbs render basic breadcrumbs 1` ] = `
99+ exports [` components/BreadCrumbs > render > basic breadcrumbs 1` ] = `
100100<div >
101101 <a
102102 class = " makeStyles-root-2"
@@ -130,7 +130,7 @@ exports[`components/BreadCrumbs render basic breadcrumbs 1`] = `
130130</div >
131131` ;
132132
133- exports [` components/BreadCrumbs render without root label 1` ] = `
133+ exports [` components/BreadCrumbs > render > without root label 1` ] = `
134134<div >
135135 <a
136136 class = " makeStyles-root-6"
0 commit comments