circleIndicator.spec.jsx.snap 128 B

12345678
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`CircleIndicator renders 1`] = `
  3. <Circle
  4. enabled={true}
  5. size={14}
  6. />
  7. `;