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.

Coverage-test.tsx.snap 503B

123456789101112131415161718192021222324252627282930313233
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`renders 1`] = `
  3. <SimpleBubbleChart
  4. helpText="foobar"
  5. projects={Array []}
  6. sizeMetric={
  7. Object {
  8. "key": "uncovered_lines",
  9. "type": "SHORT_INT",
  10. }
  11. }
  12. title="projects.visualization.coverage"
  13. xMetric={
  14. Object {
  15. "key": "complexity",
  16. "type": "SHORT_INT",
  17. }
  18. }
  19. yDomain={
  20. Array [
  21. 100,
  22. 0,
  23. ]
  24. }
  25. yMetric={
  26. Object {
  27. "key": "coverage",
  28. "type": "PERCENT",
  29. }
  30. }
  31. />
  32. `;