// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Chip should render children nodes 1`] = `
  • Test Lorem Ipsum
  • `; exports[`Chip should render defined radius 1`] = `
  • Test
  • `; exports[`Chip should render nodes as the text 1`] = `
  • Test

  • `; exports[`Chip should render screen reader text 1`] = `
  • Test Test 2
  • `; exports[`Chip should render text 1`] = `
  • Test
  • `; exports[`Chip with custom wrapper should render a chip made up of a div instead of a li 1`] = `
    Test
    `; exports[`RemovableChip should render custom aria label 1`] = `
  • Test

  • `; exports[`RemovableChip should render default aria label if text is a node 1`] = `
  • Test

    Test 2
  • `; exports[`RemovableChip should render screen reader text aria label 1`] = `
  • Test Test 2
  • `; exports[`RemovableChip should render text and the remove button 1`] = `
  • Test
  • `; exports[`RemovableChip should render with disabled remove button 1`] = `
  • Test
  • `; exports[`RemovableChip with removeOnAnyClick should be a button when removeOnAnyClick is set to true 1`] = ` `;