]> source.dussan.org Git - sonarqube.git/blob
b5eda86fe1757302cabfae1ef43b095324a8fca1
[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       }
15     }
16     definitions={
17       Array [
18         Object {
19           "key": "key",
20           "personalAccessToken": "asdf1234",
21         },
22       ]
23     }
24     features={
25       Array [
26         Object {
27           "active": true,
28           "description": "settings.almintegration.feature.pr_decoration.description",
29           "inactiveReason": "settings.almintegration.feature.need_at_least_1_binding",
30           "name": "settings.almintegration.feature.pr_decoration.title",
31         },
32       ]
33     }
34     form={[Function]}
35     loading={false}
36     multipleAlmEnabled={true}
37     onDelete={[MockFunction]}
38     onUpdateDefinitions={[MockFunction]}
39     updateConfiguration={[Function]}
40   />
41 </div>
42 `;