]> source.dussan.org Git - sonarqube.git/blob
58f647c8012cbb4f41de010df79ddbe815ede7b2
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <div
5   className="component-source-container"
6 >
7   <SourceViewerHeaderSlim
8     branchLike={
9       Object {
10         "analysisDate": "2018-01-01",
11         "excludedFromPurge": true,
12         "isMain": true,
13         "name": "master",
14       }
15     }
16     expandable={true}
17     loading={false}
18     onExpand={[Function]}
19     sourceViewerFile={
20       Object {
21         "canMarkAsFavorite": true,
22         "fav": false,
23         "key": "project:foo/bar.ts",
24         "longName": "foo/bar.ts",
25         "measures": Object {
26           "coverage": "85.2",
27           "duplicationDensity": "1.0",
28           "issues": "12",
29           "lines": "56",
30         },
31         "name": "foo/bar.ts",
32         "path": "foo/bar.ts",
33         "project": "project",
34         "projectName": "MyProject",
35         "q": "FIL",
36         "uuid": "foo-bar",
37       }
38     }
39   />
40 </div>
41 `;