Avatar.test.js.snap 735 B

12345678910111213141516171819202122232425262728
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Avatar component Should render correctly 1`] = `
  3. <Memo(Avatar)
  4. img="https://s3.amazonaws.com/keybase_processed_uploads/9003a57620356bd89d62bd34c7c0c305_360_360.jpg"
  5. >
  6. <div
  7. css={
  8. Object {
  9. "map": undefined,
  10. "name": "9ax11r",
  11. "next": undefined,
  12. "styles": "
  13. background-image: url(https://s3.amazonaws.com/keybase_processed_uploads/9003a57620356bd89d62bd34c7c0c305_360_360.jpg);
  14. background-size: cover;
  15. background-position: center;
  16. border-radius: 50%;
  17. min-width: 4.75rem;
  18. min-height: 4.75rem;
  19. max-width: 4.75rem;
  20. max-height: 4.75rem;
  21. ",
  22. "toString": [Function],
  23. }
  24. }
  25. />
  26. </Memo(Avatar)>
  27. `;