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