]> source.dussan.org Git - sonarqube.git/blob
a9ac958d7c32dbd35cb2e935341297063ba1270a
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <div>
5   <DownloadBuildWrapper
6     baseUrl="http://example.com"
7     isLocal={true}
8     os="linux"
9   />
10   <DownloadScanner
11     isLocal={true}
12     os="linux"
13     token="token"
14   />
15   <ExecBuildWrapper
16     os="linux"
17   />
18   <CompilationInfo />
19   <ExecScanner
20     baseUrl="http://example.com"
21     cfamily={true}
22     component={
23       {
24         "breadcrumbs": [],
25         "key": "projectKey",
26         "name": "MyProject",
27         "qualifier": "TRK",
28         "qualityGate": {
29           "isDefault": true,
30           "key": "30",
31           "name": "Sonar way",
32         },
33         "qualityProfiles": [
34           {
35             "deleted": false,
36             "key": "my-qp",
37             "language": "ts",
38             "name": "Sonar way",
39           },
40         ],
41         "tags": [],
42       }
43     }
44     isLocal={true}
45     os="linux"
46     token="token"
47   />
48 </div>
49 `;