]> source.dussan.org Git - sonarqube.git/blob
8f934778b8dca62b80314e3962ee791511fb19d8
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders 1`] = `
4 <section
5   className="portfolio-section portfolio-section-summary"
6   id="portfolio-summary"
7 >
8   <div
9     className="big-spacer-bottom"
10   >
11     blabla
12   </div>
13   <ul
14     className="portfolio-grid"
15   >
16     <li>
17       <div
18         className="portfolio-measure-secondary-value"
19       >
20         <Link
21           onlyActiveOnIndex={false}
22           style={Object {}}
23           to={
24             Object {
25               "pathname": "/component_measures",
26               "query": Object {
27                 "branch": undefined,
28                 "id": "foo",
29                 "metric": "projects",
30               },
31             }
32           }
33         >
34           <Measure
35             measure={
36               Object {
37                 "metric": Object {
38                   "key": "projects",
39                   "type": "SHORT_INT",
40                 },
41                 "value": "15",
42               }
43             }
44           />
45         </Link>
46       </div>
47       projects
48     </li>
49     <li>
50       <div
51         className="portfolio-measure-secondary-value"
52       >
53         <Link
54           onlyActiveOnIndex={false}
55           style={Object {}}
56           to={
57             Object {
58               "pathname": "/component_measures",
59               "query": Object {
60                 "branch": undefined,
61                 "id": "foo",
62                 "metric": "ncloc",
63               },
64             }
65           }
66         >
67           <Measure
68             measure={
69               Object {
70                 "metric": Object {
71                   "key": "ncloc",
72                   "type": "SHORT_INT",
73                 },
74                 "value": "1234",
75               }
76             }
77           />
78         </Link>
79       </div>
80       metric.ncloc.name
81     </li>
82   </ul>
83   <div
84     className="huge-spacer-top"
85     style={
86       Object {
87         "width": 260,
88       }
89     }
90   >
91     <Connect(LanguageDistribution)
92       distribution="java=13;js=17"
93     />
94   </div>
95 </section>
96 `;