]> source.dussan.org Git - sonarqube.git/blob
4b12c321e5f6787cc742ba7fb9683ba181d8e349
[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": "/project/activity",
11       "query": Object {
12         "custom_metrics": "security_rating",
13         "graph": "custom",
14         "id": "foo",
15       },
16     }
17   }
18 >
19   <HistoryIcon
20     size={14}
21   />
22 </Link>
23 `;