]> source.dussan.org Git - sonarqube.git/blob
5b5aff8aff9e08f2099afa27017c7f0665e79d1c
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders 1`] = `
4 <Link
5   onlyActiveOnIndex={false}
6   style={Object {}}
7   to={
8     Object {
9       "pathname": "/component_measures",
10       "query": Object {
11         "id": "foo",
12         "metric": "security_rating",
13       },
14     }
15   }
16 >
17   <MeasuresIcon
18     className="little-spacer-right"
19     size={14}
20   />
21   <span>
22     portfolio.measures_link
23   </span>
24 </Link>
25 `;