]> source.dussan.org Git - sonarqube.git/blob
455d71d0124a3116386c22eb7f3a20f535910d99
[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           serie={
31             Object {
32               "data": Array [
33                 Object {
34                   "x": "2011-10-01T22:01:00.000Z",
35                   "y": 18,
36                 },
37                 Object {
38                   "x": "2011-10-25T10:27:41.000Z",
39                   "y": 15,
40                 },
41               ],
42               "name": "code_smells",
43               "style": 1,
44             }
45           }
46           translatedName="Code Smells"
47           value="Formated.15"
48         />
49         <PreviewGraphTooltipsContent
50           serie={
51             Object {
52               "data": Array [
53                 Object {
54                   "x": "2011-10-01T22:01:00.000Z",
55                   "y": 3,
56                 },
57                 Object {
58                   "x": "2011-10-25T10:27:41.000Z",
59                   "y": 0,
60                 },
61               ],
62               "name": "bugs",
63               "style": 0,
64             }
65           }
66           translatedName="Bugs"
67           value="Formated.0"
68         />
69         <PreviewGraphTooltipsContent
70           serie={
71             Object {
72               "data": Array [
73                 Object {
74                   "x": "2011-10-01T22:01:00.000Z",
75                   "y": 0,
76                 },
77                 Object {
78                   "x": "2011-10-25T10:27:41.000Z",
79                   "y": 1,
80                 },
81               ],
82               "name": "vulnerabilities",
83               "style": 2,
84             }
85           }
86           translatedName="Vulnerabilities"
87           value="Formated.1"
88         />
89       </tbody>
90     </table>
91   </div>
92 </BubblePopup>
93 `;