]> source.dussan.org Git - sonarqube.git/blob
154a1863dbb896407d91447034a5579b97ec4c29
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Fragment>
5   <RenderOptions
6     checked="dotnet_core"
7     label="onboarding.build.other.os"
8     onCheck={[Function]}
9     optionLabelKey="onboarding.build.dotnet.variant"
10     options={
11       [
12         "dotnet_core",
13         "dotnet_framework",
14       ]
15     }
16     titleLabelKey="onboarding.build.dotnet.variant"
17   />
18   <DotNetCore
19     baseUrl="host"
20     component={
21       {
22         "breadcrumbs": [],
23         "key": "projectKey",
24         "name": "MyProject",
25         "qualifier": "TRK",
26         "qualityGate": {
27           "isDefault": true,
28           "key": "30",
29           "name": "Sonar way",
30         },
31         "qualityProfiles": [
32           {
33             "deleted": false,
34             "key": "my-qp",
35             "language": "ts",
36             "name": "Sonar way",
37           },
38         ],
39         "tags": [],
40       }
41     }
42     token="token"
43   />
44 </Fragment>
45 `;