]> source.dussan.org Git - sonarqube.git/blob
97610c6365ff7bf32c990d6333f9ad2f81926065
[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   <GraphsLegendItem
8     className="big-spacer-left big-spacer-right"
9     metric="bugs"
10     name="Bugs"
11     style="2"
12   />
13   <GraphsLegendItem
14     className="big-spacer-left big-spacer-right"
15     metric="code_smells"
16     name="Code Smells"
17     style="1"
18   />
19 </div>
20 `;