]> source.dussan.org Git - sonarqube.git/blob
db45985ac211ee7da46739071ec7e564d7cdd004
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <tr
5   className="overview-analysis-graph-tooltip-line"
6 >
7   <td
8     className="thin"
9   >
10     <ChartLegendIcon
11       className="little-spacer-right line-chart-legend line-chart-legend-1"
12     />
13   </td>
14   <td
15     className="overview-analysis-graph-tooltip-value text-right little-spacer-right thin"
16   >
17     1.2k
18   </td>
19   <td
20     className="text-ellipsis"
21   >
22     Code Smells
23   </td>
24 </tr>
25 `;