Banner.test.js.snap 617 B

12345678910111213141516171819202122232425
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Banner component Should render correctly 1`] = `
  3. <Memo(Banner)
  4. src="http://static.libsyn.com/p/assets/2/c/2/5/2c25acab892a768e/Twitter_Cover.png"
  5. >
  6. <div
  7. css={
  8. Object {
  9. "map": undefined,
  10. "name": "p5v1zq",
  11. "next": undefined,
  12. "styles": "
  13. background-image: url(http://static.libsyn.com/p/assets/2/c/2/5/2c25acab892a768e/Twitter_Cover.png);
  14. background-size: cover;
  15. background-position: center;
  16. width: 100%;
  17. min-height: 6.25rem;
  18. ",
  19. "toString": [Function],
  20. }
  21. }
  22. />
  23. </Memo(Banner)>
  24. `;