]> source.dussan.org Git - sonarqube.git/blob
0c35555fe885ed8db3800ad8b47e713df0d079f5
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should correctly render a graph 1`] = `
4 <div
5   className="project-activity-graph-container"
6 >
7   <GraphsLegendStatic
8     series={
9       Array [
10         Object {
11           "data": Array [
12             Object {
13               "x": 2016-10-27T14:33:50.000Z,
14               "y": 5,
15             },
16             Object {
17               "x": 2016-10-27T10:21:15.000Z,
18               "y": 16,
19             },
20             Object {
21               "x": 2016-10-26T10:17:29.000Z,
22               "y": 12,
23             },
24           ],
25           "name": "bugs",
26           "translatedName": "metric.bugs.name",
27           "type": "INT",
28         },
29       ]
30     }
31   />
32   <div
33     className="project-activity-graph"
34   >
35     <AutoSizer
36       disableHeight={false}
37       disableWidth={false}
38       onResize={[Function]}
39       style={Object {}}
40     >
41       <Component />
42     </AutoSizer>
43   </div>
44 </div>
45 `;