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.

23 lines
382 B

  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`<DisplayName /> renders display name + account name 1`] = `
  3. <span
  4. className="display-name"
  5. >
  6. <strong
  7. className="display-name__html"
  8. dangerouslySetInnerHTML={
  9. Object {
  10. "__html": "<p>Foo</p>",
  11. }
  12. }
  13. />
  14. <span
  15. className="display-name__account"
  16. >
  17. @
  18. bar@baz
  19. </span>
  20. </span>
  21. `;