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.

MeasuresButtonLink-test.tsx.snap 416B

12345678910111213141516171819202122232425
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`renders 1`] = `
  3. <Link
  4. onlyActiveOnIndex={false}
  5. style={Object {}}
  6. to={
  7. Object {
  8. "pathname": "/component_measures",
  9. "query": Object {
  10. "id": "foo",
  11. "metric": "security_rating",
  12. },
  13. }
  14. }
  15. >
  16. <MeasuresIcon
  17. className="little-spacer-right"
  18. size={14}
  19. />
  20. <span>
  21. portfolio.measures_link
  22. </span>
  23. </Link>
  24. `;