diff --git a/components/breadcrumb/__tests__/__snapshots__/Breadcrumb.test.js.snap b/components/breadcrumb/__tests__/__snapshots__/Breadcrumb.test.js.snap index da9edf32fd..6e4412319d 100644 --- a/components/breadcrumb/__tests__/__snapshots__/Breadcrumb.test.js.snap +++ b/components/breadcrumb/__tests__/__snapshots__/Breadcrumb.test.js.snap @@ -38,6 +38,12 @@ exports[`Breadcrumb rtl render component should be rendered correctly in RTL dir /> `; +exports[`Breadcrumb should accept undefined routes 1`] = ` +
+`; + exports[`Breadcrumb should allow Breadcrumb.Item is null or undefined 1`] = `
- + second - + + + + / + + + + + + + + / + + +
+`; + +exports[`Breadcrumb should support React.Fragment and falsy children 1`] = ` +
+ + + yyy + + + / + + + + + yyy + + + / + + + + + yyy + 0
`;