]> source.dussan.org Git - sonarqube.git/blob
997962effe7ad1c15c75d33d840305e9aa1e2d09
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <BubblePopup
5   customClass="bubble-popup-right"
6   position={
7     Object {
8       "left": -125,
9       "top": 16,
10       "width": 150,
11     }
12   }
13 >
14   <div
15     className="overview-analysis-graph-tooltip"
16   >
17     <div
18       className="overview-analysis-graph-tooltip-title"
19     >
20       <FormattedDate
21         date={2011-10-25T10:27:41.000Z}
22         format="LL"
23       />
24     </div>
25     <table
26       className="width-100"
27     >
28       <tbody>
29         <PreviewGraphTooltipsContent
30           style="0"
31           translatedName="Code Smells"
32           value="Formated.15"
33         />
34         <PreviewGraphTooltipsContent
35           style="1"
36           translatedName="Bugs"
37           value="Formated.0"
38         />
39         <PreviewGraphTooltipsContent
40           style="2"
41           translatedName="Vulnerabilities"
42           value="Formated.1"
43         />
44       </tbody>
45     </table>
46   </div>
47 </BubblePopup>
48 `;