1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly for coverage 1`] = `
5 className="display-flex-center"
8 className="big-spacer-right"
16 className="display-flex-column"
22 "analysisDate": "2018-01-01",
24 "branch": "feature/foo/bar",
27 "title": "Foo Bar feature",
30 className="overview-measures-value text-light"
31 component="my-project"
38 className="spacer-top"
46 exports[`should render correctly for coverage 2`] = `
48 className="display-flex-center"
51 className="big-spacer-right"
59 className="display-flex-column"
65 "analysisDate": "2018-01-01",
67 "branch": "feature/foo/bar",
70 "title": "Foo Bar feature",
73 className="overview-measures-value text-light"
74 component="my-project"
81 className="spacer-top"
84 defaultMessage="overview.coverage_on_X_lines"
85 id="overview.coverage_on_X_lines"
88 "count": <DrilldownLink
91 "analysisDate": "2018-01-01",
93 "branch": "feature/foo/bar",
96 "title": "Foo Bar feature",
100 component="my-project"
101 metric="lines_to_cover"
113 exports[`should render correctly for coverage 3`] = `
115 className="display-flex-center"
118 className="big-spacer-right"
126 className="display-flex-column"
132 "analysisDate": "2018-01-01",
134 "branch": "feature/foo/bar",
137 "title": "Foo Bar feature",
140 className="overview-measures-value text-light"
141 component="my-project"
142 metric="new_coverage"
148 className="spacer-top"
151 defaultMessage="overview.coverage_on_X_new_lines"
152 id="overview.coverage_on_X_new_lines"
155 "count": <DrilldownLink
158 "analysisDate": "2018-01-01",
160 "branch": "feature/foo/bar",
163 "title": "Foo Bar feature",
167 component="my-project"
168 metric="new_lines_to_cover"
180 exports[`should render correctly for duplications 1`] = `
182 className="display-flex-center"
185 className="big-spacer-right"
193 className="display-flex-column"
199 "analysisDate": "2018-01-01",
201 "branch": "feature/foo/bar",
204 "title": "Foo Bar feature",
207 className="overview-measures-value text-light"
208 component="my-project"
209 metric="duplicated_lines_density"
215 className="spacer-top"
217 metric.duplicated_lines_density.short_name
223 exports[`should render correctly for duplications 2`] = `
225 className="display-flex-center"
228 className="big-spacer-right"
236 className="display-flex-column"
242 "analysisDate": "2018-01-01",
244 "branch": "feature/foo/bar",
247 "title": "Foo Bar feature",
250 className="overview-measures-value text-light"
251 component="my-project"
252 metric="duplicated_lines_density"
258 className="spacer-top"
261 defaultMessage="overview.duplications_on_X_lines"
262 id="overview.duplications_on_X_lines"
265 "count": <DrilldownLink
268 "analysisDate": "2018-01-01",
270 "branch": "feature/foo/bar",
273 "title": "Foo Bar feature",
277 component="my-project"
290 exports[`should render correctly for duplications 3`] = `
292 className="display-flex-center"
295 className="big-spacer-right"
303 className="display-flex-column"
309 "analysisDate": "2018-01-01",
311 "branch": "feature/foo/bar",
314 "title": "Foo Bar feature",
317 className="overview-measures-value text-light"
318 component="my-project"
319 metric="new_duplicated_lines_density"
325 className="spacer-top"
328 defaultMessage="overview.duplications_on_X_new_lines"
329 id="overview.duplications_on_X_new_lines"
332 "count": <DrilldownLink
335 "analysisDate": "2018-01-01",
337 "branch": "feature/foo/bar",
340 "title": "Foo Bar feature",
344 component="my-project"
357 exports[`should render correctly when centered 1`] = `
359 className="display-flex-column flex-1"
362 className="display-flex-center display-flex-justify-center"
365 className="big-spacer-right"
375 "analysisDate": "2018-01-01",
377 "branch": "feature/foo/bar",
380 "title": "Foo Bar feature",
383 className="overview-measures-value text-light"
384 component="my-project"
391 className="spacer-top text-center"
398 exports[`should render correctly with no value 1`] = `
400 className="display-flex-center"
404 className="overview-measures-empty-value"
407 className="big-spacer-left"