]> source.dussan.org Git - sonarqube.git/blob
3795a1b585f0c32fea1eb6e3785965ab2a47fdf3
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders 1`] = `
4 <div
5   className="portfolio-box portfolio-security"
6 >
7   <h2
8     className="portfolio-box-title"
9   >
10     metric_domain.Security
11     <MeasuresButtonLink
12       component="foo"
13       metric="Security"
14     />
15     <HistoryButtonLink
16       component="foo"
17       metric="security_rating"
18     />
19   </h2>
20   <MainRating
21     component="foo"
22     metric="security_rating"
23     value="3"
24   />
25   <RatingFreshness
26     lastChange="{\\"date\\":\\"2017-01-02T00:00:00.000Z\\",\\"value\\":2}"
27     rating="3"
28   />
29   <Effort
30     component="foo"
31     effort={
32       Object {
33         "projects": 1,
34         "rating": 3,
35       }
36     }
37     metricKey="security_rating"
38   />
39 </div>
40 `;