]> source.dussan.org Git - sonarqube.git/blob
65ba4da42547c993e715dbaadde322f9d20fd85f
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render 1`] = `
4 <div
5   className="workspace-viewer"
6 >
7   <WorkspaceHeader
8     onClose={[Function]}
9     onCollapse={[MockFunction]}
10     onMaximize={[MockFunction]}
11     onMinimize={[MockFunction]}
12     onResize={[MockFunction]}
13   >
14     <WorkspaceComponentTitle
15       component={
16         {
17           "branchLike": undefined,
18           "key": "foo",
19         }
20       }
21     />
22   </WorkspaceHeader>
23   <div
24     className="workspace-viewer-container"
25     style={
26       {
27         "height": 300,
28       }
29     }
30   >
31     <SourceViewer
32       component="foo"
33       displayAllIssues={false}
34       displayIssueLocationsCount={true}
35       displayIssueLocationsLink={true}
36       displayLocationMarkers={true}
37       onLoaded={[Function]}
38     />
39   </div>
40 </div>
41 `;