VideoPreview.test.js.snap 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`VideoPreview component Should render correctly 1`] = `
  3. <Memo(VideoPreview)
  4. poster="https://ssl-static.libsyn.com/p/assets/a/4/8/f/a48f1a0697e958ce/Cover_2.png"
  5. title="Test"
  6. >
  7. <div
  8. css={
  9. Object {
  10. "map": undefined,
  11. "name": "0",
  12. "next": undefined,
  13. "styles": "",
  14. "toString": [Function],
  15. }
  16. }
  17. >
  18. <div
  19. css={
  20. Object {
  21. "map": undefined,
  22. "name": "fqj6m7",
  23. "next": undefined,
  24. "styles": "
  25. width: 100%;
  26. background-color: black;
  27. ",
  28. "toString": [Function],
  29. }
  30. }
  31. >
  32. <img
  33. css={
  34. Object {
  35. "map": undefined,
  36. "name": "1lk1tws",
  37. "next": undefined,
  38. "styles": "
  39. display: block;
  40. width: 100%;
  41. height: auto;
  42. ",
  43. "toString": [Function],
  44. }
  45. }
  46. onClick={[Function]}
  47. src="https://ssl-static.libsyn.com/p/assets/a/4/8/f/a48f1a0697e958ce/Cover_2.png"
  48. />
  49. </div>
  50. <div
  51. css={
  52. Object {
  53. "map": undefined,
  54. "name": "1r27l9a",
  55. "next": undefined,
  56. "styles": "
  57. display: grid;
  58. grid-template: auto / auto;
  59. margin: 10px 0 0;
  60. ",
  61. "toString": [Function],
  62. }
  63. }
  64. >
  65. <div
  66. css={
  67. Object {
  68. "map": undefined,
  69. "name": "opyjht",
  70. "next": undefined,
  71. "styles": "
  72. grid-column: 1 / 1;
  73. ",
  74. "toString": [Function],
  75. }
  76. }
  77. >
  78. <h3
  79. css={
  80. Object {
  81. "map": undefined,
  82. "name": "1yuwxk0",
  83. "next": undefined,
  84. "styles": "
  85. margin: 0;
  86. font-weight: 700;
  87. text-transform: capitalize;
  88. color: #000;
  89. font-size: 0.825rem;
  90. ",
  91. "toString": [Function],
  92. }
  93. }
  94. onClick={[Function]}
  95. >
  96. Test
  97. </h3>
  98. </div>
  99. </div>
  100. </div>
  101. </Memo(VideoPreview)>
  102. `;