index.test.js.snap 611 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`IndexPage page renders correctly 1`] = `
  3. <BaseLayout
  4. t={[Function]}
  5. >
  6. <SiteMetadata
  7. description="landing.siteMetadata.description"
  8. image="test-file-stub"
  9. lang="en"
  10. meta={Array []}
  11. title="siteMetadata.title"
  12. />
  13. <Hero
  14. statusData={null}
  15. t={[Function]}
  16. />
  17. <BecomeFoundingMember
  18. t={[Function]}
  19. />
  20. <WhatWeDo
  21. t={[Function]}
  22. />
  23. <WhyYouShouldJoin
  24. t={[Function]}
  25. />
  26. <ExploreJoystream
  27. t={[Function]}
  28. />
  29. <RoadToMainnet
  30. t={[Function]}
  31. />
  32. <EarnTokens
  33. t={[Function]}
  34. />
  35. </BaseLayout>
  36. `;