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