// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`BreadcrumbItem component should render active breadcrumbItem 1`] = `
  • Item
  • `; exports[`BreadcrumbItem component should render breadcrumbItem with className 1`] = `
  • Item
  • `; exports[`BreadcrumbItem component should render breadcrumbItem with component 1`] = `
  • Stuff
  • `; exports[`BreadcrumbItem component should render breadcrumbItem with custom element 1`] = `
  • Header

  • `; exports[`BreadcrumbItem component should render breadcrumbItem with id 1`] = `
  • Item
  • `; exports[`BreadcrumbItem component should render breadcrumbItem with target 1`] = `
  • Item
  • `; exports[`BreadcrumbItem component should render default breadcrumbItem 1`] = `
  • Item
  • `; exports[`BreadcrumbItem component should render link breadcrumbItem 1`] = `
  • Item
  • `;