You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Subscription-test.tsx.snap 434B

123456789101112131415161718192021222324252627
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`renders when no email 1`] = `
  3. <span
  4. className="text-muted-2"
  5. >
  6. report.no_email_to_subscribe
  7. </span>
  8. `;
  9. exports[`renders when not subscribed 1`] = `
  10. <a
  11. href="#"
  12. onClick={[Function]}
  13. >
  14. report.subscribe_x.report.frequency.montly
  15. </a>
  16. `;
  17. exports[`renders when subscribed 1`] = `
  18. <a
  19. href="#"
  20. onClick={[Function]}
  21. >
  22. report.unsubscribe_x.report.frequency.montly
  23. </a>
  24. `;