]> source.dussan.org Git - sonarqube.git/blob
76720ff1334d15ea4f3a66c59c753c8f51a340b0
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <AlmTabRenderer
5   alm="azure"
6   branchesEnabled={true}
7   defaultBinding={
8     Object {
9       "key": "",
10       "personalAccessToken": "",
11       "url": undefined,
12     }
13   }
14   definitionStatus={Object {}}
15   definitions={
16     Array [
17       Object {
18         "key": "key",
19         "personalAccessToken": "asdf1234",
20       },
21     ]
22   }
23   form={[MockFunction]}
24   help={<div />}
25   loadingAlmDefinitions={false}
26   loadingProjectCount={false}
27   multipleAlmEnabled={true}
28   onCancel={[Function]}
29   onCheck={[MockFunction]}
30   onCreate={[Function]}
31   onDelete={[MockFunction]}
32   onEdit={[Function]}
33   onSubmit={[Function]}
34   submitting={false}
35   success={false}
36 />
37 `;