]> source.dussan.org Git - sonarqube.git/blob
d0c730eba8936ebd73ccb4801eb128ed5de5fa5c
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <div
5   className="source-viewer-bubble-popup nowrap"
6 >
7   <Link
8     className="js-get-permalink"
9     onlyActiveOnIndex={false}
10     rel="noopener noreferrer"
11     style={Object {}}
12     target="_blank"
13     to={
14       Object {
15         "pathname": "/code",
16         "query": Object {
17           "branch": "feature",
18           "id": "prj",
19           "line": 3,
20           "selected": "foo",
21         },
22       }
23     }
24   >
25     component_viewer.get_permalink
26   </Link>
27 </div>
28 `;