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