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