]> source.dussan.org Git - sonarqube.git/blob
b19b8e8e654f29ddec3b0405f0880e1f998b5896
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly the list of series 1`] = `
4 <div
5   className="project-activity-graph-legends"
6 >
7   <span
8     className="spacer-left spacer-right"
9   >
10     <GraphsLegendItem
11       metric="bugs"
12       name="Bugs"
13       removeMetric={[Function]}
14       style="2"
15     />
16   </span>
17   <span
18     className="spacer-left spacer-right"
19   >
20     <GraphsLegendItem
21       metric="my_metric"
22       name="My Metric"
23       removeMetric={[Function]}
24       style="1"
25     />
26   </span>
27   <span
28     className="spacer-left spacer-right"
29   >
30     <GraphsLegendItem
31       metric="foo"
32       name="Foo"
33       removeMetric={[Function]}
34       style="0"
35     />
36   </span>
37 </div>
38 `;