// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Breadcrumb should allow Breadcrumb.Item is null or undefined 1`] = `
Home/
`; exports[`Breadcrumb should not display Breadcrumb Item when its children is falsy 1`] = `
xxx/yyy/
`; exports[`Breadcrumb should render a menu 1`] = `
home/first/second/
`; exports[`Breadcrumb should support Breadcrumb.Item default separator 1`] = `
Location/Mock Node/Application Center/
`; exports[`Breadcrumb should support custom attribute 1`] = `
xxx/yyy/
`;