qrcode.spec.jsx.snap 491 B

123456789101112131415161718192021222324252627282930313233343536
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Qrcode renders 1`] = `
  3. <Table>
  4. <tbody>
  5. <tr
  6. key="0"
  7. >
  8. <WhiteCell
  9. key="0"
  10. />
  11. <BlackCell
  12. key="1"
  13. />
  14. <BlackCell
  15. key="2"
  16. />
  17. <WhiteCell
  18. key="3"
  19. />
  20. <WhiteCell
  21. key="4"
  22. />
  23. <WhiteCell
  24. key="5"
  25. />
  26. <WhiteCell
  27. key="6"
  28. />
  29. <WhiteCell
  30. key="7"
  31. />
  32. </tr>
  33. </tbody>
  34. </Table>
  35. `;