1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly for overview graphs 1`] = `
5 customClass="bubble-popup-right"
15 className="project-activity-graph-tooltip"
18 className="project-activity-graph-tooltip-title spacer-bottom"
21 date={2011-10-01T22:01:00.000Z}
29 <GraphsTooltipsContentOverview
30 measuresHistory={Array []}
35 "x": "2011-10-01T22:01:00.000Z",
39 "x": "2011-10-25T10:27:41.000Z",
43 "name": "code_smells",
45 "translatedName": "metric.code_smells.name",
51 <GraphsTooltipsContentOverview
52 measuresHistory={Array []}
57 "x": "2011-10-01T22:01:00.000Z",
61 "x": "2011-10-25T10:27:41.000Z",
67 "translatedName": "metric.bugs.name",
73 <GraphsTooltipsContentOverview
74 measuresHistory={Array []}
79 "x": "2011-10-01T22:01:00.000Z",
83 "x": "2011-10-25T10:27:41.000Z",
87 "name": "vulnerabilities",
89 "translatedName": "metric.vulnerabilities.name",
101 exports[`should render correctly for random graphs 1`] = `
103 customClass="bubble-popup-right"
113 className="project-activity-graph-tooltip"
116 className="project-activity-graph-tooltip-title spacer-bottom"
119 date={2011-10-25T10:27:41.000Z}
124 className="width-100"
127 <GraphsTooltipsContent
132 "x": "2011-10-01T22:01:00.000Z",
136 "x": "2011-10-25T10:27:41.000Z",
140 "name": "code_smells",
142 "translatedName": "metric.code_smells.name",
145 translatedName="metric.code_smells.name"
148 <GraphsTooltipsContent
153 "x": "2011-10-01T22:01:00.000Z",
157 "x": "2011-10-25T10:27:41.000Z",
163 "translatedName": "metric.bugs.name",
166 translatedName="metric.bugs.name"
169 <GraphsTooltipsContent
174 "x": "2011-10-01T22:01:00.000Z",
178 "x": "2011-10-25T10:27:41.000Z",
182 "name": "vulnerabilities",
184 "translatedName": "metric.vulnerabilities.name",
187 translatedName="Vulnerabilities"