]> source.dussan.org Git - sonarqube.git/blob
97725f0b360a528486a800eef5013e539516de2f
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <AlmTabRenderer
5   afterSubmit={[Function]}
6   almTab="azure"
7   branchesEnabled={true}
8   definitionStatus={{}}
9   definitions={
10     [
11       {
12         "key": "key",
13         "personalAccessToken": "asdf1234",
14       },
15     ]
16   }
17   loadingAlmDefinitions={false}
18   loadingProjectCount={false}
19   multipleAlmEnabled={true}
20   onCancel={[Function]}
21   onCheck={[MockFunction]}
22   onCreate={[Function]}
23   onDelete={[MockFunction]}
24   onEdit={[Function]}
25 />
26 `;