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.

RatingTooltipContent-test.tsx.snap 881B

12345678910111213141516171819202122232425262728293031323334353637
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render maintainability correctly: sqale rating 1`] = `
  3. <Fragment>
  4. metric.sqale_rating.tooltip.B.5.0%
  5. </Fragment>
  6. `;
  7. exports[`should render maintainability correctly: sqale rating A 1`] = `
  8. <Fragment>
  9. metric.sqale_rating.tooltip.A.5.0%
  10. </Fragment>
  11. `;
  12. exports[`should render maintainability correctly: sqale rating default grid 1`] = `
  13. <Fragment>
  14. metric.sqale_rating.tooltip.B.0.0%
  15. </Fragment>
  16. `;
  17. exports[`should render maintainability correctly: sqale rating wrong grid 1`] = `
  18. <Fragment>
  19. metric.sqale_rating.tooltip.B.0.0%
  20. </Fragment>
  21. `;
  22. exports[`should render other ratings correctly: new security rating 1`] = `
  23. <Fragment>
  24. metric.security_rating.tooltip.B
  25. </Fragment>
  26. `;
  27. exports[`should render other ratings correctly: security rating 1`] = `
  28. <Fragment>
  29. metric.security_rating.tooltip.B
  30. </Fragment>
  31. `;