checkbox.spec.jsx.snap 152 B

123456789
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Checkbox renders 1`] = `
  3. <input
  4. checked={false}
  5. className="chk-select"
  6. type="checkbox"
  7. />
  8. `;