]> source.dussan.org Git - sonarqube.git/blob
d48d3089a5d63e4d00cfdf4feddb5a24dc4077a6
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders 1`] = `
4 <div
5   className="big-spacer-bottom"
6 >
7   <h4>
8     project_activity.page
9   </h4>
10   <PreviewGraph
11     history={
12       Object {
13         "coverage": Array [
14           Object {
15             "date": "2017-01-01T00:00:00.000Z",
16             "value": "73",
17           },
18           Object {
19             "date": "2017-01-02T00:00:00.000Z",
20             "value": "82",
21           },
22         ],
23       }
24     }
25     metrics={Object {}}
26     project="foo"
27     renderWhenEmpty={[Function]}
28   />
29 </div>
30 `;