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.

Effort-test.tsx.snap 952B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`renders 1`] = `
  3. <div
  4. className="portfolio-effort"
  5. >
  6. <FormattedMessage
  7. defaultMessage="portfolio.x_in_y"
  8. id="portfolio.x_in_y"
  9. values={
  10. Object {
  11. "projects": <Link
  12. onlyActiveOnIndex={false}
  13. style={Object {}}
  14. to={
  15. Object {
  16. "pathname": "/component_measures",
  17. "query": Object {
  18. "id": "foo",
  19. "metric": "security_rating",
  20. "view": "list",
  21. },
  22. }
  23. }
  24. >
  25. <span>
  26. <Measure
  27. className="little-spacer-right"
  28. metricKey="projects"
  29. metricType="SHORT_INT"
  30. value="3"
  31. />
  32. project_plural
  33. </span>
  34. </Link>,
  35. "rating": <Rating
  36. small={true}
  37. value={2}
  38. />,
  39. }
  40. }
  41. />
  42. </div>
  43. `;