]> source.dussan.org Git - sonarqube.git/blob
1df37032691d8eca6d58446d4d4dbf4549098c4f
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders 1`] = `
4 <div
5   className="huge-spacer-top"
6 >
7   <header
8     className="page-header"
9   >
10     <h3
11       className="page-title"
12     >
13       project_activity.page
14     </h3>
15   </header>
16   <PreviewGraph
17     history={
18       Object {
19         "coverage": Array [
20           Object {
21             "date": "2017-01-01T00:00:00.000Z",
22             "value": "73",
23           },
24           Object {
25             "date": "2017-01-02T00:00:00.000Z",
26             "value": "82",
27           },
28         ],
29       }
30     }
31     metrics={
32       Array [
33         Object {
34           "key": "coverage",
35         },
36       ]
37     }
38     project="foo"
39     renderWhenEmpty={[Function]}
40   />
41 </div>
42 `;