]> source.dussan.org Git - sonarqube.git/blob
647758269cb6db6c41a948f6f4f91fdd01483cab
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <AlmIntegrationRenderer
5   branchesEnabled={true}
6   currentAlm="github"
7   definitionStatus={Object {}}
8   definitions={
9     Object {
10       "azure": Array [],
11       "bitbucket": Array [],
12       "github": Array [],
13       "gitlab": Array [],
14     }
15   }
16   loadingAlmDefinitions={true}
17   loadingProjectCount={false}
18   multipleAlmEnabled={false}
19   onCancel={[Function]}
20   onCheck={[Function]}
21   onConfirmDelete={[Function]}
22   onDelete={[Function]}
23   onSelectAlm={[Function]}
24   onUpdateDefinitions={[Function]}
25 />
26 `;