]> source.dussan.org Git - sonarqube.git/blob
6740a5d328293f221331404a93b5559670461c0d
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <div
5   className="bordered"
6 >
7   <AlmTab
8     alm="azure"
9     createConfiguration={[Function]}
10     defaultBinding={
11       Object {
12         "key": "",
13         "personalAccessToken": "",
14         "url": "",
15       }
16     }
17     definitionStatus={Object {}}
18     definitions={
19       Array [
20         Object {
21           "key": "key",
22           "personalAccessToken": "asdf1234",
23         },
24       ]
25     }
26     form={[Function]}
27     help={
28       <FormattedMessage
29         defaultMessage="settings.almintegration.azure.info"
30         id="settings.almintegration.azure.info"
31         values={
32           Object {
33             "link": <Link
34               onlyActiveOnIndex={false}
35               style={Object {}}
36               target="_blank"
37               to="/documentation/analysis/azuredevops-integration/"
38             >
39               learn_more
40             </Link>,
41           }
42         }
43       />
44     }
45     loadingAlmDefinitions={false}
46     loadingProjectCount={false}
47     multipleAlmEnabled={true}
48     onCheck={[MockFunction]}
49     onDelete={[MockFunction]}
50     onUpdateDefinitions={[MockFunction]}
51     updateConfiguration={[Function]}
52   />
53 </div>
54 `;