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.

BoxedGroupAccordion-test.tsx.snap 467B

1234567891011121314151617181920212223242526
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render correctly 1`] = `
  3. <div
  4. className="boxed-group boxed-group-accordion"
  5. >
  6. <div
  7. className="boxed-group-header"
  8. onClick={[Function]}
  9. role="listitem"
  10. >
  11. <span
  12. className="boxed-group-accordion-title"
  13. >
  14. <OpenCloseIcon
  15. className="little-spacer-right"
  16. open={false}
  17. />
  18. Foo
  19. </span>
  20. <div>
  21. header content
  22. </div>
  23. </div>
  24. </div>
  25. `;