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.

Security-test.tsx.snap 502B

12345678910111213141516171819202122232425262728
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`renders 1`] = `
  3. <SimpleBubbleChart
  4. colorMetric="security_rating"
  5. helpText="foobar"
  6. projects={Array []}
  7. sizeMetric={
  8. Object {
  9. "key": "vulnerabilities",
  10. "type": "SHORT_INT",
  11. }
  12. }
  13. title="projects.visualization.security"
  14. xMetric={
  15. Object {
  16. "key": "ncloc",
  17. "type": "SHORT_INT",
  18. }
  19. }
  20. yMetric={
  21. Object {
  22. "key": "security_remediation_effort",
  23. "type": "SHORT_WORK_DUR",
  24. }
  25. }
  26. />
  27. `;