]> source.dussan.org Git - sonarqube.git/blob
e018ca736b853b4f2ef5e69eb885de2cd73e5468
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders 1`] = `
4 <SimpleBubbleChart
5   colorMetric="reliability_rating"
6   helpText="foobar"
7   projects={Array []}
8   sizeMetric={
9     Object {
10       "key": "bugs",
11       "type": "SHORT_INT",
12     }
13   }
14   title="projects.visualization.reliability"
15   xMetric={
16     Object {
17       "key": "ncloc",
18       "type": "SHORT_INT",
19     }
20   }
21   yMetric={
22     Object {
23       "key": "reliability_remediation_effort",
24       "type": "SHORT_WORK_DUR",
25     }
26   }
27 />
28 `;