]> source.dussan.org Git - sonarqube.git/blob
5c8287190179fcda81c769f93c3bae08fb25c5f6
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders 1`] = `
4 <section
5   className="big-spacer-bottom"
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                 "id": "foo",
28                 "metric": "projects",
29               },
30             }
31           }
32         >
33           <Measure
34             metricKey="projects"
35             metricType="SHORT_INT"
36             value="15"
37           />
38         </Link>
39       </div>
40       <div
41         className="spacer-top text-muted"
42       >
43         projects
44       </div>
45     </li>
46     <li>
47       <div
48         className="portfolio-measure-secondary-value"
49       >
50         <Link
51           onlyActiveOnIndex={false}
52           style={Object {}}
53           to={
54             Object {
55               "pathname": "/component_measures",
56               "query": Object {
57                 "id": "foo",
58                 "metric": "ncloc",
59               },
60             }
61           }
62         >
63           <Measure
64             metricKey="ncloc"
65             metricType="SHORT_INT"
66             value="1234"
67           />
68         </Link>
69       </div>
70       <div
71         className="spacer-top text-muted"
72       >
73         metric.ncloc.name
74       </div>
75     </li>
76   </ul>
77   <div
78     className="big-spacer-top"
79   >
80     <Connect(LanguageDistribution)
81       distribution="java=13;js=17"
82       width={260}
83     />
84   </div>
85 </section>
86 `;